seekindex

package
v1.10.0 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2023 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entry added in v1.3.0

type Entry struct {
	Min    *zed.Value `zed:"min"`
	Max    *zed.Value `zed:"max"`
	ValOff uint64     `zed:"val_off"`
	ValCnt uint64     `zed:"val_cnt"`
	Offset uint64     `zed:"offset"`
	Length uint64     `zed:"length"`
}

type Range

type Range struct {
	Offset int64 `zed:"offset"`
	Length int64 `zed:"length"`
}

func (Range) IsZero added in v1.0.0

func (r Range) IsZero() bool

func (Range) Reader

func (r Range) Reader(reader io.ReaderAt) (io.Reader, error)

func (Range) String added in v1.3.0

func (r Range) String() string

type Writer

type Writer struct {
	// contains filtered or unexported fields
}

func NewWriter

func NewWriter(w zio.Writer) *Writer

func (*Writer) Write

func (w *Writer) Write(min, max *zed.Value, valoff uint64, offset uint64) error

Jump to

Keyboard shortcuts

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