mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-09-12 22:29:58 +00:00
float support
This commit is contained in:
@@ -41,14 +41,6 @@ public:
|
||||
long getInt64(int col);
|
||||
double getDouble(int col);
|
||||
parquet::ByteArray* getByteArray(int col);
|
||||
|
||||
/*
|
||||
sqlite3_result_double()
|
||||
sqlite3_result_int()
|
||||
sqlite3_result_int64()
|
||||
sqlite3_result_null()
|
||||
sqlite3_result_text()
|
||||
*/
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user