package
0.0.0-20240823114939-ecd6b80402ae
Repository: https://github.com/polarsignals/frostdb.git
Documentation: pkg.go.dev

# Functions

NewBucketReaderAt returns a new Bucket.
NewIceberg creates a new Iceberg DataSink/DataSource.
WithDataFileExpiry will a maxiumum age for data files.
WithIcebergPartitionSpec sets the partition spec for the Iceberg table.
No description provided by the author
WithMaintenanceSchedule sets the schedule for the maintenance of the Iceberg table.

# Constants

No description provided by the author

# Structs

BucketReaderAt implements the Bucket interface.
FileReaderAt is a wrapper around a objstore.Bucket that implements the ReaderAt interface.
Iceberg is an Apache Iceberg backed DataSink/DataSource.

# Interfaces

Bucket is an objstore.Bucket that also supports reading files via a ReaderAt interface.

# Type aliases

IcebergOption is a function that configures an Iceberg DataSink/DataSource.