[FEAT MERGE] Functional_index
This commit is contained in:
@ -23,9 +23,8 @@ namespace sql
|
||||
{
|
||||
|
||||
ObExprTimeToUsec::ObExprTimeToUsec(ObIAllocator &alloc)
|
||||
: ObFuncExprOperator(alloc, T_FUN_SYS_TIME_TO_USEC, N_TIME_TO_USEC, 1, NOT_ROW_DIMENSION)
|
||||
{
|
||||
}
|
||||
: ObFuncExprOperator(alloc, T_FUN_SYS_TIME_TO_USEC, N_TIME_TO_USEC, 1, VALID_FOR_GENERATED_COL, NOT_ROW_DIMENSION)
|
||||
{}
|
||||
|
||||
ObExprTimeToUsec::~ObExprTimeToUsec()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user