Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndexHandler ¶
type IndexHandler interface {
ReadFromIndex(readCtx interface{}) (*batch.Batch, int, error)
WriteIntoTable(table *descriptor.RelationDesc, writeCtx interface{}, bat *batch.Batch) error
WriteIntoIndex(writeCtx interface{}, bat *batch.Batch) error
UpdateIntoIndex(writeCtx interface{}, bat *batch.Batch) error
DeleteFromTable(writeCtx interface{}, bat *batch.Batch) error
DeleteFromIndex(writeCtx interface{}, bat *batch.Batch) error
}
Click to show internal directories.
Click to hide internal directories.