()
| 33 | |
| 34 | // ExactDatabaseTypeNameMetadataKey is the Arrow field metadata key used to |
| 35 | // carry DuckDB's original DatabaseTypeName from worker to control plane. |
| 36 | const ExactDatabaseTypeNameMetadataKey = "duckgres.database_type_name" |
| 37 | |
| 38 | // RowSet represents a set of rows from a query result. |
no outgoing calls