You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was unable to find the old/existing issue related to this, but for some scalar functions it would be useful to pre-compile some inputs or memoize some state. Calcite supports this with FunctionContext on instantiation.
The original example was pre-compiling IonSchema so you can validate inputs without having to recompute the ISL every time.
Requested Solution/Feature
I was unable to find the old/existing issue related to this, but for some scalar functions it would be useful to pre-compile some inputs or memoize some state. Calcite supports this with FunctionContext on instantiation.
The original example was pre-compiling IonSchema so you can validate inputs without having to recompute the ISL every time.
https://github.com/apache/calcite/blob/main/core/src/main/java/org/apache/calcite/schema/FunctionContext.java
The text was updated successfully, but these errors were encountered: