Skip to content

Commit

Permalink
feat: support constant function arguments (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanstraten authored Sep 22, 2022
1 parent 8f6abcb commit 6021030
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/functions_arithmetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1366,7 +1366,7 @@ aggregate_functions:
options: [ TIE_TO_EVEN, TIE_AWAY_FROM_ZERO, TRUNCATE, CEILING, FLOOR ]
required: false
- value: i64
constant: yes
constant: true
name: n
description: >
A positive integer which defines the number of quantile
Expand Down
2 changes: 2 additions & 0 deletions text/simple_extensions_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ $defs:
type: string
value:
$ref: "#/$defs/type"
constant:
type: boolean
- type: object # type
required: [ type ]
properties:
Expand Down

0 comments on commit 6021030

Please sign in to comment.