public interface NondeterministicFunctionEvaluator extends FunctionEvaluator
Functions which behave in this way should implement this interface so that the framework can recognize them as such. Failure to do so may lead to unexpected results since the framework may apply optimizations, such as constant folding, which cannot be used in the non-deterministic case.
evaluate
Copyright © 2020 Actian Corporation. All rights reserved.