[OBKV] add QUERY_END ObQueryOperationType placeholder

This commit is contained in:
shenyunlong.syl
2024-05-15 04:58:33 +00:00
committed by ob-robot
parent 5a7b771301
commit 1c3f6f16cc

View File

@ -230,6 +230,7 @@ void ObTableEntityFactory<T>::free_all()
enum class ObQueryOperationType : int {
QUERY_START = 0,
QUERY_NEXT = 1,
QUERY_END = 2,
QUERY_MAX
};