parquet

package
v1.20.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ConverterMarkerPrefix   = "parquet-markers"
	ConverterMarkerFileName = "parquet-converter-mark.json"
	CurrentVersion          = 1
)

Variables

This section is empty.

Functions

func ShouldConvertBlockToParquet

func ShouldConvertBlockToParquet(mint, maxt int64, timeRanges []int64) bool

func WriteConverterMark

func WriteConverterMark(ctx context.Context, id ulid.ULID, userBkt objstore.Bucket) error

Types

type ConverterMark

type ConverterMark struct {
	Version int `json:"version"`
}

func ReadConverterMark

func ReadConverterMark(ctx context.Context, id ulid.ULID, userBkt objstore.InstrumentedBucket, logger log.Logger) (*ConverterMark, error)

type ConverterMarkMeta

type ConverterMarkMeta struct {
	Version int `json:"version"`
}

ConverterMarkMeta is used in Bucket Index. It might not be the same as ConverterMark.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL