Documentation
¶
Index ¶
- func NewBatch(ts []types.Type, random bool, n int, m *mheap.Mheap) *batch.Batch
- func NewBoolVector(n int, typ types.Type, m *mheap.Mheap, random bool) *vector.Vector
- func NewDateVector(n int, typ types.Type, m *mheap.Mheap, random bool) *vector.Vector
- func NewDatetimeVector(n int, typ types.Type, m *mheap.Mheap, random bool) *vector.Vector
- func NewDecimal128Vector(n int, typ types.Type, m *mheap.Mheap, random bool) *vector.Vector
- func NewDecimal64Vector(n int, typ types.Type, m *mheap.Mheap, random bool) *vector.Vector
- func NewFloat32Vector(n int, typ types.Type, m *mheap.Mheap, random bool) *vector.Vector
- func NewFloat64Vector(n int, typ types.Type, m *mheap.Mheap, random bool) *vector.Vector
- func NewInt16Vector(n int, typ types.Type, m *mheap.Mheap, random bool) *vector.Vector
- func NewInt32Vector(n int, typ types.Type, m *mheap.Mheap, random bool) *vector.Vector
- func NewInt64Vector(n int, typ types.Type, m *mheap.Mheap, random bool) *vector.Vector
- func NewInt8Vector(n int, typ types.Type, m *mheap.Mheap, random bool) *vector.Vector
- func NewStringVector(n int, typ types.Type, m *mheap.Mheap, random bool) *vector.Vector
- func NewTimestampVector(n int, typ types.Type, m *mheap.Mheap, random bool) *vector.Vector
- func NewUInt16Vector(n int, typ types.Type, m *mheap.Mheap, random bool) *vector.Vector
- func NewUInt32Vector(n int, typ types.Type, m *mheap.Mheap, random bool) *vector.Vector
- func NewUInt64Vector(n int, typ types.Type, m *mheap.Mheap, random bool) *vector.Vector
- func NewUInt8Vector(n int, typ types.Type, m *mheap.Mheap, random bool) *vector.Vector
- func NewVector(n int, typ types.Type, m *mheap.Mheap, random bool) *vector.Vector
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBoolVector ¶
func NewDateVector ¶
func NewDatetimeVector ¶
func NewDecimal128Vector ¶
func NewDecimal64Vector ¶
func NewFloat32Vector ¶
func NewFloat64Vector ¶
func NewInt16Vector ¶
func NewInt32Vector ¶
func NewInt64Vector ¶
func NewInt8Vector ¶
func NewStringVector ¶
func NewTimestampVector ¶
func NewUInt16Vector ¶
func NewUInt32Vector ¶
func NewUInt64Vector ¶
func NewUInt8Vector ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.