[PLACEHOLDER] id define for domain merge iter

This commit is contained in:
skylhd 2024-12-31 14:16:18 +00:00 committed by ob-robot
parent 53b334e152
commit 7a951e558c
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ enum ObDASIterType : uint32_t
DAS_ITER_FUNC_DATA,
DAS_ITER_MVI_LOOKUP,
DAS_ITER_HNSW_SCAN,
DAS_ITER_DOMAIN_ID_MERGE,
// append DASIterType before me
DAS_ITER_MAX
};

View File

@ -91,6 +91,7 @@ enum ObDASOpType
DAS_OP_DOC_ID_MERGE,
DAS_OP_FUNC_LOOKUP,
DAS_OP_INDEX_PROJ_LOOKUP,
DAS_OP_DOMAIN_ID_MERGE,
//append OpType before me
DAS_OP_MAX
};