Skip to content

Commit

Permalink
fix(approx): adding approximate and exact feature
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Sep 5, 2022
1 parent fd92fb6 commit 6c6b19d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions extensions/functions_arithmetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1108,6 +1108,15 @@ aggregate_functions:
and for BOTH it will have n+1 elements.
options: [ NEITHER, MINIMUM, MAXIMUM, BOTH ]
required: true
- name: precision
description: >
Based on required operator performance and configured optimizations
on saving memory bandwidth, the precision of the end result can be
the highest possible accuracy of an approximation.
- EXACT: provides the highest accurate output
- APPROXIMATE: provides a sub-optimal output
options: [ EXACT, APPROXIMATE]
- name: rounding
description: >
When a boundary is computed to lie somewhere between two values,
Expand Down

0 comments on commit 6c6b19d

Please sign in to comment.