Skip to main content

Module convert

Module convert 

Source
Expand description

FalkorDB GRAPH.QUERY response (Redis RESP) → Arrow RecordBatch.

Response shape (non-compact mode): Array[ Array[col_name, …] ← headers (index 0) Array[Array[val, …], …] ← data rows (index 1) Array[stat_string, …] ← stats (index 2, ignored) ]

Functions§

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