if (containsTimeSensitiveFunction(expr, FunctionSQL.voltGetCurrentTimestampId()) ) {
String msg = String.format("Index %s cannot include the function NOW or CURRENT_TIMESTAMP.", name);
throw this.m_compiler.new VoltCompilerException(msg);
}
expr.resolveForTable(table);
expr.finalizeValueTypes();
exprs.add(expr);
}
}
}