[FEAT MERGE] Functional_index
This commit is contained in:
@ -27,9 +27,10 @@ namespace sql
|
||||
{
|
||||
|
||||
ObExprInterval::ObExprInterval(common::ObIAllocator &alloc) :
|
||||
ObExprOperator(alloc, T_FUN_SYS_INTERVAL, "interval", MORE_THAN_TWO, NOT_ROW_DIMENSION),
|
||||
ObExprOperator(alloc, T_FUN_SYS_INTERVAL, "interval", MORE_THAN_TWO, VALID_FOR_GENERATED_COL, NOT_ROW_DIMENSION),
|
||||
use_binary_search_(true)
|
||||
{}
|
||||
{
|
||||
}
|
||||
|
||||
OB_SERIALIZE_MEMBER((ObExprInterval, ObExprOperator), use_binary_search_);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user