pub fn convert_lance_json_to_arrow(
batch: &RecordBatch,
) -> Result<RecordBatch, ArrowError>Expand description
Convert a RecordBatch with Lance JSON columns (JSONB) back to Arrow JSON format (strings)
pub fn convert_lance_json_to_arrow(
batch: &RecordBatch,
) -> Result<RecordBatch, ArrowError>Convert a RecordBatch with Lance JSON columns (JSONB) back to Arrow JSON format (strings)