Skip to content

Commit 0c02fc7

Browse files
committed
Add ohlc_bar, ohlc_bar_labels, depth_chart, depth_chart_labels functions
1 parent a1f21ad commit 0c02fc7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/grammar/functions.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ export const scalarFunctions: string[] = [
5959
"day_of_week_sunday_first",
6060
"days_in_month",
6161
"degrees",
62+
"depth_chart",
63+
"depth_chart_labels",
6264
"dim_length",
6365
"dot_product",
6466
"dump_memory_usage",
@@ -253,6 +255,8 @@ export const aggregateFunctions: string[] = [
253255
"min",
254256
"mode",
255257
"nsum",
258+
"ohlc_bar",
259+
"ohlc_bar_labels",
256260
"regr_intercept",
257261
"regr_slope",
258262
"sparkline",

0 commit comments

Comments
 (0)