uqa-execution 0.3.6

Volcano physical operators with row-batch pipelines
1
2
3
4
5
6
7
8
9
10
11
//
// Unified Query Algebra
//
// Copyright (c) 2023-2026 Cognica, Inc.
//

//! SQL result formatting, `PostgreSQL` type metadata and bounded columnar cursors.

pub use crate::query::cursor::{SQLCursor, SQLCursorSummary};
pub use uqa_sql::catalog::result_type::{postgres_result_type, SQLTypeMetadata};
pub use uqa_sql::result::format_postgres_text;