Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DB ¶
type DB interface { InsertRaw(stream string, ts time.Time, dims bytemap.ByteMap, vals bytemap.ByteMap) error Query(sqlString string, isSubQuery bool, subQueryResults [][]interface{}, includeMemStore bool) (core.FlatRowSource, error) Follow(f *common.Follow, cb func([]byte, wal.Offset) error) RegisterQueryHandler(partition int, query planner.QueryClusterFN) }
DB is an interface for database-like things (implemented by common.DB).
Click to show internal directories.
Click to hide internal directories.