Module primitive_builder

Source

Structs§

PrimitiveBuilder
Builder for PrimitiveArray

Type Aliases§

Date32Builder
A 32-bit date array builder.
Date64Builder
A 64-bit date array builder.
Decimal128Builder
A decimal 128 array builder
Decimal256Builder
A decimal 256 array builder
DurationMicrosecondBuilder
An elapsed time in microseconds array builder.
DurationMillisecondBuilder
An elapsed time in milliseconds array builder.
DurationNanosecondBuilder
An elapsed time in nanoseconds array builder.
DurationSecondBuilder
An elapsed time in seconds array builder.
Float16Builder
A 16-bit floating point array builder.
Float32Builder
A 32-bit floating point array builder.
Float64Builder
A 64-bit floating point array builder.
Int8Builder
A signed 8-bit integer array builder.
Int16Builder
A signed 16-bit integer array builder.
Int32Builder
A signed 32-bit integer array builder.
Int64Builder
A signed 64-bit integer array builder.
IntervalDayTimeBuilder
A “calendar” interval in days and milliseconds array builder.
IntervalMonthDayNanoBuilder
A “calendar” interval in months, days, and nanoseconds array builder.
IntervalYearMonthBuilder
A “calendar” interval in months array builder.
Time32MillisecondBuilder
A 32-bit elaspsed time in milliseconds array builder.
Time32SecondBuilder
A 32-bit elaspsed time in seconds array builder.
Time64MicrosecondBuilder
A 64-bit elaspsed time in microseconds array builder.
Time64NanosecondBuilder
A 64-bit elaspsed time in nanoseconds array builder.
TimestampMicrosecondBuilder
A timestamp microsecond array builder.
TimestampMillisecondBuilder
A timestamp millisecond array builder.
TimestampNanosecondBuilder
A timestamp nanosecond array builder.
TimestampSecondBuilder
A timestamp second array builder.
UInt8Builder
An usigned 8-bit integer array builder.
UInt16Builder
An usigned 16-bit integer array builder.
UInt32Builder
An usigned 32-bit integer array builder.
UInt64Builder
An usigned 64-bit integer array builder.