pub type PartitionByList = SmallVec<[Identifier; 4]>;Expand description
A list of partition columns, optimized for 1-4 PARTITION BY columns.
Aliased Typeยง
pub struct PartitionByList { /* private fields */ }pub type PartitionByList = SmallVec<[Identifier; 4]>;A list of partition columns, optimized for 1-4 PARTITION BY columns.
pub struct PartitionByList { /* private fields */ }