Documentation
¶
Index ¶
- func NewCommitMetaScanner(ctx context.Context, zctx *zed.Context, r *lake.Root, ...) (zbuf.Scanner, error)
- func NewLakeMetaScanner(ctx context.Context, zctx *zed.Context, r *lake.Root, meta string, ...) (zbuf.Scanner, error)
- func NewPoolMetaScanner(ctx context.Context, zctx *zed.Context, r *lake.Root, poolID ksuid.KSUID, ...) (zbuf.Scanner, error)
- type Deleter
- type Lister
- func NewSortedLister(ctx context.Context, r *lake.Root, pool *lake.Pool, commit ksuid.KSUID, ...) (*Lister, error)
- func NewSortedListerByID(ctx context.Context, r *lake.Root, poolID, commit ksuid.KSUID, ...) (*Lister, error)
- func NewSortedListerFromSnap(ctx context.Context, r *lake.Root, pool *lake.Pool, snap commits.View, ...) *Lister
- type Partition
- type Range
- type SequenceScanner
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommitMetaScanner ¶
func NewLakeMetaScanner ¶
Types ¶
type Deleter ¶
type Deleter struct {
// contains filtered or unexported fields
}
type Lister ¶
type Lister struct {
// contains filtered or unexported fields
}
XXX Lister enumerates all the partitions in a scan. After we get this working, we will modularize further by listing just the objects and having the slicer to organize objects into slices (formerly known as partitions).
func NewSortedLister ¶
func NewSortedListerByID ¶
func NewSortedListerFromSnap ¶
type Partition ¶
A Partition is a logical view of the records within a time span, stored in one or more data objects. This provides a way to return the list of objects that should be scanned along with a span to limit the scan to only the span involved.
func (Partition) FormatRange ¶
func (Partition) FormatRangeOf ¶
type SequenceScanner ¶
type SequenceScanner struct {
// contains filtered or unexported fields
}
SequenceScanner implements an op that pulls metadata partitions to scan from its parent and for each partition, scans the object.
func NewSequenceScanner ¶
Click to show internal directories.
Click to hide internal directories.