calcite
calcite copied to clipboard
[CALCITE-4424] Complete non-deterministic function (Jiatao Tao)
Current only SqlSequenceValueOperator override isDeterministic, func like RAND doesn't override isDeterministic, these func seems are not deterministic(the list comes from "isDynamicFunction"):
-
SqlAbstractTimeFunction
-
SqlBaseContextVariable
-
SqlCurrentDateFunction
-
SqlRandFunction
-
SqlRandIntegerFunction
Seems an ustable UT, re-run passed.