Documentation
¶
Index ¶
- func All[R Row, V any](s store.Store[R], op RowOperation[R, V]) iter.Seq2[R, V]
- func AllFor[R Row, V any](s store.Store[R], row R, op RowOperation[R, V]) iter.Seq[V]
- func Get[R Row, V any](s store.Store[R], row R, op RowOperation[R, V]) (V, bool)
- func NextBatch[V any](it store.Iterator[V], buf []V) int
- type AllOf
- type AllOf1
- type AllOf2
- type AllOf3
- type AllOf4
- type AllOf5
- type AllOf6
- type AllOf7
- type AllOf8
- type AllOf9
- type AnyOf
- type AnyOf1
- type AnyOf2
- type AnyOf3
- type AnyOf4
- type AnyOf5
- type AnyOf6
- type AnyOf7
- type AnyOf8
- type AnyOf9
- type AnyOp
- type AnyRowOp
- type Const
- type GroupBy
- type Join
- type JoinFn
- type KeyFn
- type MergeFn
- type None
- type Operation
- type Read
- type ReadAll
- type ReadAllExecutor
- type ReadExecutor
- type ReadOptional
- type ReadOptionalExecutor
- type ReadSlots
- type ReadSlotsExecutor
- type ReadWithDefault
- type ReadWithDefaultExecutor
- type Row
- type RowOperation
- type RowQuery
- type RowValue
- type Select
- type SelectFn
- type Slotted
- type Unwrap
- type Unwrapper
- type Values1
- type Values2
- type Values3
- type Values4
- type Values5
- type Values6
- type Values7
- type Values8
- type Values9
- type Without
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AllOf3 ¶
type AllOf4 ¶
type AllOf5 ¶
type AllOf6 ¶
type AllOf7 ¶
type AllOf8 ¶
type AllOf9 ¶
type GroupBy ¶
type Join ¶
type ReadAllExecutor ¶
type ReadExecutor ¶
type ReadOptional ¶
type ReadOptionalExecutor ¶
type ReadSlotsExecutor ¶
type ReadWithDefault ¶
type ReadWithDefaultExecutor ¶
type RowOperation ¶
type RowQuery ¶
type RowQuery[R Row, V any] struct { Op RowOperation[R, V] }
type Values6 ¶
type Values6[V1, V2, V3, V4, V5, V6 any] struct { V1 V1 V2 V2 V3 V3 V4 V4 V5 V5 V6 V6 }
type Values7 ¶
type Values7[V1, V2, V3, V4, V5, V6, V7 any] struct { V1 V1 V2 V2 V3 V3 V4 V4 V5 V5 V6 V6 V7 V7 }
type Values8 ¶
type Values8[V1, V2, V3, V4, V5, V6, V7, V8 any] struct { V1 V1 V2 V2 V3 V3 V4 V4 V5 V5 V6 V6 V7 V7 V8 V8 }
Click to show internal directories.
Click to hide internal directories.