feat: hbaseapi support ttl & maxversions

This commit is contained in:
obdev
2022-06-15 10:28:03 +08:00
committed by wangzelin.wzl
parent 5456ef83df
commit 0d5a4bc8b8
76 changed files with 7920 additions and 437 deletions

View File

@ -858,6 +858,10 @@ int ObResolver::resolve(IsPrepared if_prepared, const ParseNode& parse_tree, ObS
REGISTER_STMT_RESOLVER(DropRestorePoint);
break;
}
case T_TABLE_TTL: {
REGISTER_STMT_RESOLVER(TableTTL);
break;
}
default: {
ret = OB_NOT_SUPPORTED;
const char* type_name = get_type_name(parse_tree.type_);