Documentation ¶
Index ¶
- Variables
- func Timestamps(r arrow.Record) (lo, hi int64)
- type KV
- type PrefixStore
- type Scanner
- type Storage
- type Store
- func (s *Store) Save(r arrow.Record, idx index.Full) (*v1.Granule, error)
- func (s *Store) SaveColumn(buf *bytes.Buffer, base []byte, key string, field arrow.Field, a arrow.Array) (n uint64, err error)
- func (s *Store) SaveIndex(buf *bytes.Buffer, base []byte, key []byte, idx index.Column) error
- func (s *Store) SaveRecord(buf *bytes.Buffer, base []byte, r arrow.Record) (n uint64, err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrKeyNotFound = errors.New("db: key not found")
Functions ¶
func Timestamps ¶
Types ¶
type PrefixStore ¶
type PrefixStore struct { Storage // contains filtered or unexported fields }
type Storage ¶
Click to show internal directories.
Click to hide internal directories.