DiamondMofeng / grafana-greptime-datasource

Grafana datasource plugin for GreptimeDB
Apache License 2.0
11 stars 1 forks source link

Auto detect type of condition value in where statement #7

Open DiamondMofeng opened 1 year ago

DiamondMofeng commented 1 year ago

Currently, the condition values from the input of where statement are always treated as the raw string from input. This means users have to type quotation marks manually, otherwise their string condition would be treated as a variable or a keyword, etc. Actually, we can easily get its type from column schema.

DiamondMofeng commented 1 year ago

I do not think this is much necessary now. Anyway feel free to tell me if you have any good ideas.