Type Alias arrow_array::builder::TimestampNanosecondBufferBuilder

source ·
pub type TimestampNanosecondBufferBuilder = BufferBuilder<<TimestampNanosecondType as ArrowPrimitiveType>::Native>;
Expand description

Buffer builder for timestamp type of nanosecond unit.

Aliased Type§

struct TimestampNanosecondBufferBuilder { /* private fields */ }