-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support customizing how calls are handled in reduce and eval
This adds the CallValuer interface so it can be used to evaluate a function call. This allows influxql to remain agnostic about how a function call is used and is used directly to support math function calls such as the trigonometry functions without directly implementing the functions in this library.
- Loading branch information
1 parent
21ddebb
commit 6540eb9
Showing
2 changed files
with
155 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters