pub async fn flat_search(
    stream: impl RecordBatchStream + 'static,
    query: &Query
) -> Result<RecordBatch>