We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9beeb63 commit 917f0b4Copy full SHA for 917f0b4
datafusion-postgres/src/pg_catalog.rs
@@ -26,6 +26,8 @@ mod pg_database;
26
mod pg_namespace;
27
mod pg_settings;
28
29
+pub use pg_get_expr_udf::PgGetExprUDF;
30
+
31
const PG_CATALOG_TABLE_PG_AGGREGATE: &str = "pg_aggregate";
32
const PG_CATALOG_TABLE_PG_AM: &str = "pg_am";
33
const PG_CATALOG_TABLE_PG_AMOP: &str = "pg_amop";
0 commit comments