pub fn is_bfloat16_field(field: &Field) -> bool
Check whether the given field is a bfloat16 field
A field is a bfloat16 field if it has a data type of FixedSizeBinary(2) and the metadata contains the bfloat16 extension name.
FixedSizeBinary(2)