Skip to content

Commit 064bf29

Browse files
committed
chore(cubestore): Upgrade DF: register unix_timestamp as a ScalarUDF
1 parent 1576911 commit 064bf29

File tree

1 file changed

+1
-0
lines changed
  • rust/cubestore/cubestore/src/queryplanner

1 file changed

+1
-0
lines changed

rust/cubestore/cubestore/src/queryplanner/udfs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ pub fn registerable_scalar_udfs() -> Vec<ScalarUDF> {
4545
ScalarUDF::new_from_impl(DateBin::new()),
4646
ScalarUDF::new_from_impl(DateAddSub::new_add()),
4747
ScalarUDF::new_from_impl(DateAddSub::new_sub()),
48+
ScalarUDF::new_from_impl(UnixTimestamp::new()),
4849
]
4950
}
5051

0 commit comments

Comments
 (0)