We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f21ad commit 0c02fc7Copy full SHA for 0c02fc7
1 file changed
src/grammar/functions.ts
@@ -59,6 +59,8 @@ export const scalarFunctions: string[] = [
59
"day_of_week_sunday_first",
60
"days_in_month",
61
"degrees",
62
+ "depth_chart",
63
+ "depth_chart_labels",
64
"dim_length",
65
"dot_product",
66
"dump_memory_usage",
@@ -253,6 +255,8 @@ export const aggregateFunctions: string[] = [
253
255
"min",
254
256
"mode",
257
"nsum",
258
+ "ohlc_bar",
259
+ "ohlc_bar_labels",
260
"regr_intercept",
261
"regr_slope",
262
"sparkline",
0 commit comments