Versions in this module Expand all Collapse all v0 v0.1.1 Aug 31, 2024 v0.1.0 Aug 27, 2024 Changes in this version + type DictExtensionArray struct + func (a DictExtensionArray) ValueStr(i int) string + type DictExtensionType struct + func NewDictExtensionType() *DictExtensionType + func (DictExtensionType) ArrayType() reflect.Type + func (DictExtensionType) ExtensionName() string + func (DictExtensionType) Serialize() string + func (p *DictExtensionType) Deserialize(storage arrow.DataType, data string) (arrow.ExtensionType, error) + func (p *DictExtensionType) ExtensionEquals(other arrow.ExtensionType) bool + func (p *DictExtensionType) String() string + type ExtStructArray struct + func (a ExtStructArray) ValueStr(i int) string + type ExtStructType struct + func NewExtStructType() *ExtStructType + func (ExtStructType) ArrayType() reflect.Type + func (ExtStructType) Deserialize(_ arrow.DataType, serialized string) (arrow.ExtensionType, error) + func (ExtStructType) ExtensionEquals(other arrow.ExtensionType) bool + func (ExtStructType) ExtensionName() string + func (ExtStructType) Serialize() string + func (p *ExtStructType) String() string + type Parametric1Array struct + func (a Parametric1Array) ValueStr(i int) string + type Parametric1Type struct + func NewParametric1Type(p int32) *Parametric1Type + func (Parametric1Type) ArrayType() reflect.Type + func (Parametric1Type) Deserialize(storage arrow.DataType, data string) (arrow.ExtensionType, error) + func (Parametric1Type) ExtensionName() string + func (p *Parametric1Type) ExtensionEquals(other arrow.ExtensionType) bool + func (p *Parametric1Type) Serialize() string + func (p *Parametric1Type) String() string + type Parametric2Array struct + func (a Parametric2Array) ValueStr(i int) string + type Parametric2Type struct + func NewParametric2Type(p int32) *Parametric2Type + func (Parametric2Type) ArrayType() reflect.Type + func (Parametric2Type) Deserialize(storage arrow.DataType, data string) (arrow.ExtensionType, error) + func (p *Parametric2Type) ExtensionEquals(other arrow.ExtensionType) bool + func (p *Parametric2Type) ExtensionName() string + func (p *Parametric2Type) Serialize() string + func (p *Parametric2Type) String() string + type SmallintArray struct + func (a SmallintArray) ValueStr(i int) string + type SmallintType struct + func NewSmallintType() *SmallintType + func (SmallintType) ArrayType() reflect.Type + func (SmallintType) Deserialize(storageType arrow.DataType, data string) (arrow.ExtensionType, error) + func (SmallintType) ExtensionName() string + func (SmallintType) Serialize() string + func (s *SmallintType) ExtensionEquals(other arrow.ExtensionType) bool