1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-09-16 22:49:59 +00:00

Row-filtering for other string ops

This commit is contained in:
Colin Dellow
2018-03-17 15:28:51 -04:00
parent 03a20a9432
commit a3af16eb54
4 changed files with 82 additions and 19 deletions

View File

@@ -51,6 +51,9 @@ public:
std::vector<unsigned char> blobValue;
// Only set when blobValue is set
std::string stringValue;
// Only set when stringValue is set and op == Like
std::string likeStringValue;
};
#endif