tablequery

package
v0.0.0-rc2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 19, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL