pub async fn read_partial_result(
storage: &Arc<dyn StorageBackend>,
query_id: &str,
node_id: &NodeId,
) -> Result<Vec<RecordBatch>>Expand description
Read partial result from Arrow IPC file.
pub async fn read_partial_result(
storage: &Arc<dyn StorageBackend>,
query_id: &str,
node_id: &NodeId,
) -> Result<Vec<RecordBatch>>Read partial result from Arrow IPC file.