pub async fn create_stream(
session: Arc<SessionImpl>,
plan_fragmenter_result: BatchPlanFragmenterResult,
formats: Vec<Format>,
) -> Result<(PgResponseStream, Vec<PgFieldDescriptor>), RwError>
pub async fn create_stream(
session: Arc<SessionImpl>,
plan_fragmenter_result: BatchPlanFragmenterResult,
formats: Vec<Format>,
) -> Result<(PgResponseStream, Vec<PgFieldDescriptor>), RwError>