1
0
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:
Colin Dellow
2018-03-03 20:57:09 -05:00
parent 18f07f4c43
commit 67b0d96967
3 changed files with 12 additions and 10 deletions

View File

@@ -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