This commit is contained in:
chenhuiming
2023-04-13 16:25:00 +08:00
parent d624f1b3f2
commit 4a35ecd899
8 changed files with 13 additions and 13 deletions

View File

@ -167,7 +167,7 @@ private:
char *buf_;
int64_t buf_len_;
// avoid to update pos_ between different printers(mainly ObRawExprPrinter
// and ObSelectStmtPrinter), we definate pointer of pos_ rather than object
// and ObSelectStmtPrinter), we definite pointer of pos_ rather than object
int64_t *pos_;
ObStmtScope scope_;
bool only_column_namespace_;