mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-10-31 02:19:56 +00:00
Row-filtering for other string ops
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user