pub async fn log_json_rows(
target: &'static str,
rbs: &[RecordBatch],
columns_as_properties: &[&str],
) -> Result<()>Expand description
Logs rows from a RecordBatch as JSON, with specified columns converted to properties.
This function is useful for logging structured data from a RecordBatch in a human-readable format.