pub fn encode_execute_response(
response: &ExecuteTaskResponse,
output: Option<&RecordBatch>,
) -> Result<Bytes>Expand description
Encode an execute-task response (header + optional output batch) into a Flight action result body.
pub fn encode_execute_response(
response: &ExecuteTaskResponse,
output: Option<&RecordBatch>,
) -> Result<Bytes>Encode an execute-task response (header + optional output batch) into a Flight action result body.