Skip to main content

response_to_batch

Function response_to_batch 

Source
pub fn response_to_batch(
    response: Value,
    schema: &SchemaRef,
) -> Result<RecordBatch>
Expand description

Convert a raw GRAPH.QUERY Redis response to a RecordBatch using a pre-registered schema to guide type coercion.

Schema fields must be listed in the same order as the RETURN clause.