pub fn decode_binary_option_batch(
metadata: &HashMap<String, String>,
record_batch: &RecordBatch,
) -> Result<Vec<BinaryOption>, EncodingError>Expand description
Helper function to decode BinaryOption from RecordBatch
(Cannot implement DecodeFromRecordBatch trait due to Into<Data> bound)
ยงErrors
Returns an EncodingError if the RecordBatch cannot be decoded.