WikiSQL icon indicating copy to clipboard operation
WikiSQL copied to clipboard

What does 'OP' stand for in cond_ops

Open Tianchen627 opened this issue 5 years ago • 3 comments

cond_ops = ['=', '>', '<', 'OP'] And I can't find any 'OP' in dataset as index 3 using regex [[0-9], 3,.*?]

Tianchen627 avatar Jan 11 '20 04:01 Tianchen627

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?

ruizcrp avatar Apr 13 '21 10:04 ruizcrp

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

amartinson193 avatar Mar 22 '23 00:03 amartinson193

Same question, if "OP" means other operators or generic operators, the logic form metric and sql execution will have concerns.

chenshentemple avatar Apr 12 '24 20:04 chenshentemple