Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DropTableCtx ¶
type GetSegmentsCtx ¶
type GetSnapshotCtx ¶
type IBatchReader ¶
type IBlock ¶
type IBlock interface {
GetID() uint64
GetSegmentID() uint64
GetTableID() uint64
Prefetch() IBatchReader
}
type ISegmentIt ¶
type IVectorReader ¶
type IVectorReader interface {
io.Closer
GetType() VectorType
GetValue(int) (interface{}, error)
IsNull(int) (bool, error)
HasNull() bool
NullCnt() int
Length() int
Capacity() int
GetMemorySize() uint64
SliceReference(start, end int) (IVectorReader, error)
CopyToVector() (*ro.Vector, error)
CopyToVectorWithBuffer(*bytes.Buffer, *bytes.Buffer) (*ro.Vector, error)
}
type OnTableDroppedCB ¶
type OnTableDroppedCB = func(error)
type StringMatcher ¶
type TableOpCtx ¶
Click to show internal directories.
Click to hide internal directories.