add enum type for ObIMicroBlockReader

This commit is contained in:
ZenoWang 2024-12-17 12:45:44 +00:00 committed by ob-robot
parent ec50bfdd5f
commit 2111de389b

View File

@ -277,6 +277,7 @@ public:
Reader,
Decoder,
CSDecoder,
MemtableReader,
MaxReaderType
};
ObIMicroBlockReader()