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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user