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.QUERYRedis response to aRecordBatchusing a pre-registered schema to guide type coercion. - response_
to_ batch_ auto - Convert a raw
GRAPH.QUERYresponse to aRecordBatchwithout a pre-registered schema.