type github.com/apache/arrow-go/v18/arrow/array.StructBuilder (struct)

Method Implmentations (4 other methods implement nothing)

Append(v bool) *StructBuilder.M : github.com/polarsignals/frostdb/pqarrow/builder.ListLikeBuilder.Append
AppendNull() *StructBuilder.M : Builder.AppendNull *StructBuilder.M : github.com/polarsignals/frostdb/pqarrow/builder.ColumnBuilder.AppendNull
AppendNulls(n int) *StructBuilder.M : Builder.AppendNulls
Cap() int *StructBuilder.M : Builder.Cap
IsNull(i int) bool *StructBuilder.M : Builder.IsNull
Len() int *StructBuilder.M : Builder.Len *StructBuilder.M : github.com/polarsignals/frostdb/pqarrow/builder.ColumnBuilder.Len
NewArray() arrow.Array *StructBuilder.M : Builder.NewArray *StructBuilder.M : github.com/polarsignals/frostdb/pqarrow/builder.ColumnBuilder.NewArray
NullN() int *StructBuilder.M : Builder.NullN
Release() *StructBuilder.M : Builder.Release *StructBuilder.M : github.com/apache/arrow-go/v18/arrow/scalar.Releasable.Release *StructBuilder.M : github.com/polarsignals/frostdb/pqarrow/builder.ColumnBuilder.Release
Reserve(n int) *StructBuilder.M : Builder.Reserve *StructBuilder.M : github.com/polarsignals/frostdb/pqarrow/builder.ColumnBuilder.Reserve
Resize(n int) *StructBuilder.M : Builder.Resize
Retain() *StructBuilder.M : Builder.Retain *StructBuilder.M : github.com/apache/arrow-go/v18/arrow/scalar.Releasable.Retain *StructBuilder.M : github.com/polarsignals/frostdb/pqarrow/builder.ColumnBuilder.Retain
SetNull(i int) *StructBuilder.M : Builder.SetNull
Type() arrow.DataType *StructBuilder.M : Builder.Type
Unmarshal(dec *json.Decoder) error *StructBuilder.M : Builder.Unmarshal
UnmarshalJSON(data []byte) error *StructBuilder.M : Builder.UnmarshalJSON *StructBuilder.M : github.com/goccy/go-json.Unmarshaler.UnmarshalJSON *StructBuilder.M : encoding/json.Unmarshaler.UnmarshalJSON