[FEAT MERGE] Functional_index
This commit is contained in:
@ -92,7 +92,7 @@ public:
|
||||
};
|
||||
explicit ObExprCalcPartitionBase(common::ObIAllocator &alloc, ObExprOperatorType type,
|
||||
const char *name, int32_t param_num, int32_t dimension)
|
||||
: ObFuncExprOperator(alloc, type, name, param_num, dimension)
|
||||
: ObFuncExprOperator(alloc, type, name, param_num, NOT_VALID_FOR_GENERATED_COL, dimension)
|
||||
{};
|
||||
virtual ~ObExprCalcPartitionBase() {}
|
||||
virtual int calc_result_typeN(ObExprResType &type,
|
||||
|
||||
Reference in New Issue
Block a user