Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateTableOpt ¶ added in v0.0.4
type JoinOpt ¶
type JoinOpt struct { EntityName string EntityRows <-chan types.EntityRow GroupNames []string FeatureMap map[string]types.FeatureList RevisionRangeMap map[string][]*RevisionRange ValueNames []string }
type RevisionRange ¶ added in v0.0.4
type SnapshotOpt ¶ added in v0.0.4
type Store ¶
type Store interface { Join(ctx context.Context, opt JoinOpt) (*types.JoinResult, error) Export(ctx context.Context, opt ExportOpt) (*types.ExportResult, error) Import(ctx context.Context, opt ImportOpt) (int64, error) Push(ctx context.Context, opt PushOpt) error CreateTable(ctx context.Context, opt CreateTableOpt) error TableSchema(ctx context.Context, opt TableSchemaOpt) (*types.DataTableSchema, error) Snapshot(ctx context.Context, opt SnapshotOpt) error Ping(ctx context.Context) error io.Closer }
type TableSchemaOpt ¶ added in v0.1.0
Click to show internal directories.
Click to hide internal directories.