WikiSQL
WikiSQL copied to clipboard
What does 'OP' stand for in cond_ops
cond_ops = ['=', '>', '<', 'OP'] And I can't find any 'OP' in dataset as index 3 using regex [[0-9], 3,.*?]
We were having the same question. It is nowhere defined. We also looked for it, and could not find any case. I guess it is reserved for a future more complex use/dataset?
Glad I'm not alone wondering this, I also searched in VS code using CTRL + F and regex: "conds": [[[0-9], 3. Not to be found in any of the jsonl files
Same question, if "OP" means other operators or generic operators, the logic form metric and sql execution will have concerns.