Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageTableQueryable ¶
type StorageTableQueryable interface { abstract.SampleableStorage LoadQueryTable(ctx context.Context, table TableQuery, pusher abstract.Pusher) error }
StorageTableQueryable is storage with table query loading
type TableQuery ¶
type TableQuery struct { TableID abstract.TableID SortByPKeys bool Filter abstract.WhereStatement Offset uint64 // offset (in rows) along the ordering key (not necessary primary key) Limit uint64 }
func NewTableQuery ¶
func NewTableQuery( tableID abstract.TableID, sortByPKeys bool, filter abstract.WhereStatement, offset uint64, limit uint64, ) *TableQuery
Click to show internal directories.
Click to hide internal directories.