feat: hbaseapi support ttl & maxversions
This commit is contained in:
@ -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_);
|
||||
|
||||
Reference in New Issue
Block a user