Documentation ¶
Overview ¶
Container object Implementations (like I-Database).
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Undefined = fmt.Errorf("undefined")
Functions ¶
This section is empty.
Types ¶
type DummyTable ¶
A Table for dummy traffic.
func (*DummyTable) Name ¶
func (x *DummyTable) Name() string
func (*DummyTable) PartitionRows ¶
func (*DummyTable) Partitions ¶
func (x *DummyTable) Partitions(*sql.Context) (sql.PartitionIter, error)
func (*DummyTable) Schema ¶
func (x *DummyTable) Schema() sql.Schema
func (*DummyTable) String ¶
func (x *DummyTable) String() string
type IndexValueIter ¶
type IndexValueIter [][]byte
func (*IndexValueIter) Close ¶
func (p *IndexValueIter) Close() error
func (*IndexValueIter) Next ¶
func (p *IndexValueIter) Next() ([]byte, error)
type PartitionIter ¶
func (*PartitionIter) Close ¶
func (p *PartitionIter) Close() error
type PrimaryKeyLookup ¶
func (*PrimaryKeyLookup) Indexes ¶
func (p *PrimaryKeyLookup) Indexes() []string
func (*PrimaryKeyLookup) Values ¶
func (p *PrimaryKeyLookup) Values(sql.Partition) (sql.IndexValueIter, error)
Click to show internal directories.
Click to hide internal directories.