Versions in this module Expand all Collapse all v0 v0.1.0 Mar 17, 2023 Changes in this version + func LoadJsonSchema(path string) ([]byte, error) + func SerializeAsArrowSchema(schema *_Schema) ([]byte, error) + func ToArrowField(f FieldWrapper) arrow.Field + type Array struct + Children []Array + Count int + Data []interface{} + Name string + Offset []int32 + Valids []int + type Field struct + Children []FieldWrapper + Deprecate bool + ID uint + Marker fbs.Marker + Metadata []metaKV + Name string + Nullable bool + Type string + Unicode rune + type FieldWrapper struct + func FromArrowField(arrowField arrow.Field) FieldWrapper + func (f *FieldWrapper) UnmarshalJSON(data []byte) error + func (f FieldWrapper) MarshalJSON() ([]byte, error) + type Record struct + Columns []Array + Count int64