[index merge] occupy das iter type

This commit is contained in:
obdev 2024-09-20 07:14:52 +00:00 committed by ob-robot
parent 4999023461
commit 3c2667cf2e
2 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,7 @@ enum ObDASIterType : uint32_t
DAS_ITER_SORT,
DAS_ITER_TEXT_RETRIEVAL_MERGE,
DAS_ITER_VEC_VID_MERGE,
DAS_ITER_INDEX_MERGE,
// append DASIterType before me
DAS_ITER_MAX
};
@ -59,6 +60,7 @@ enum ObDASIterTreeType : uint32_t
ITER_TREE_GIS_LOOKUP,
ITER_TREE_DOMAIN_LOOKUP,
ITER_TREE_TEXT_RETRIEVAL,
ITER_TREE_INDEX_MERGE,
// append iter tree type before me
ITER_TREE_MAX
};

View File

@ -85,6 +85,7 @@ enum ObDASOpType
DAS_OP_SORT,
DAS_OP_VEC_SCAN,
DAS_OP_VID_MERGE,
DAS_OP_INDEX_MERGE,
//append OpType before me
DAS_OP_MAX
};