Reference Guide > TDV Query Engine Options > SELECT Options > DISABLE_CONSTANT_FUNCTION_INLINING (SELECT OPTION)
 
DISABLE_CONSTANT_FUNCTION_INLINING (SELECT OPTION)
DISABLE_CONSTANT_FUNCTION_INLINING option is used to disable pre-evaluation of CURRENT_TIMESTAMP, CURRENT_DATE, CURRENT_TIME.
Operator
SELECT
Syntax
disable_constant_function_inlining
Example
SELECT {OPTION DISABLE_CONSTANT_FUNCTION_INLINING} TAN(column1) FROM table1