Type Alias deltalake::arrow::array::builder::UInt16BufferBuilder

source ·
pub type UInt16BufferBuilder = BufferBuilder<u16>;
Expand description

Buffer builder for usigned 16-bit integer type.

Aliased Type§

struct UInt16BufferBuilder { /* private fields */ }