1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-09-12 22:29:58 +00:00

Code to pretty print constraints

This commit is contained in:
Colin Dellow
2018-03-10 10:59:53 -05:00
parent 2bc054a2cf
commit 210f322a1c
5 changed files with 64 additions and 13 deletions

View File

@@ -41,6 +41,7 @@ public:
bool isNull(int col);
parquet::Type::type getPhysicalType(int col);
parquet::LogicalType::type getLogicalType(int col);
ParquetTable* getTable();
int getInt32(int col);
long getInt64(int col);