![]() | ValueCacheEnum Fields |
The ConfigurationCompilerPlugInSingleRowFunctionValueCacheEnum type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CONFIGURED |
Causes the runtimeto follow the runtime-wide policy as configured for user-defined functions.
|
![]() ![]() | DISABLED |
The default, the result of a single-row function is always computed anew.
|
![]() ![]() | ENABLED |
Causes the runtimeto not actually invoke the single-row function and instead return a cached precomputed value
when all parameters are constants or there are no parameters.
|
![]() | value__ |