package
0.0.0-20240823114939-ecd6b80402ae
Repository: https://github.com/polarsignals/frostdb.git
Documentation: pkg.go.dev
# Functions
TODO(asubiotto): This function doesn't handle NULLs in the case of optimized builders.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewRecordBuilder returns a builder, using the provided memory allocator and a schema.
No description provided by the author
# Variables
No description provided by the author
# Structs
ListBuilder is a wrapper over an array.ListBuilder that uses ColumnBuilder as a values buffer.
OptBinaryBuilder is an optimized array.BinaryBuilder.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RecordBuilder eases the process of building a Record, iteratively, from a known Schema.
# Interfaces
ColumnBuilder is a subset of the array.Builder interface implemented by the optimized builders in this file.
No description provided by the author
OptimizedBuilder is a set of FrostDB specific builder methods.