mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-09-12 22:29:58 +00:00
Boolean, INT96, INT64
This commit is contained in:
@@ -35,10 +35,13 @@ public:
|
||||
|
||||
void ensureColumn(int col);
|
||||
bool isNull(int col);
|
||||
int getInt(int col);
|
||||
parquet::Type::type getPhysicalType(int col);
|
||||
|
||||
int getInt32(int col);
|
||||
long getInt64(int col);
|
||||
double getDouble(int col);
|
||||
parquet::ByteArray* getByteArray(int col);
|
||||
parquet::Type::type getPhysicalType(int col);
|
||||
|
||||
/*
|
||||
sqlite3_result_double()
|
||||
sqlite3_result_int()
|
||||
|
Reference in New Issue
Block a user