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