pub type TimestampNanosecondBuilder = PrimitiveBuilder<TimestampNanosecondType>;Expand description
A timestamp nanosecond array builder.
Aliased Type§
pub struct TimestampNanosecondBuilder {
values_builder: Vec<i64>,
null_buffer_builder: NullBufferBuilder,
data_type: DataType,
}Fields§
§values_builder: Vec<i64>§null_buffer_builder: NullBufferBuilder§data_type: DataType