Type Alias deltalake::arrow::array::Int64BufferBuilder

source ·
pub type Int64BufferBuilder = BufferBuilder<i64>;
Expand description

Buffer builder for signed 64-bit integer type.

Aliased Type§

struct Int64BufferBuilder { /* private fields */ }