Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Add left, right, utc
Browse files Browse the repository at this point in the history
  • Loading branch information
puhitaku committed Jan 26, 2016
1 parent b18038a commit 2baa549
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bqx/func.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ def _actual_n(col):
SQRT = _fn_factory('SQRT')
IF = _fn_factory('IF')
POW = _fn_factory('POW')
LEFT = _fn_factory('LEFT')
RIGHT = _fn_factory('RIGHT')
FORMAT_UTC_USEC = _fn_factory('FORMAT_UTC_USEC')

0 comments on commit 2baa549

Please # to comment.