Skip to main content

get_fixed_size_binary_width

Function get_fixed_size_binary_width 

Source
pub(crate) fn get_fixed_size_binary_width(data_type: &DataType) -> usize
Expand description

Get byte width of FixedSizeBinary size

ยงPanics:

  • Panics if the data_type is not FixedSizeBinary
  • Panics if byte width is negative