Skip to main content

encode_execute_response

Function encode_execute_response 

Source
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.