Add direct load client service

This commit is contained in:
suz-yang
2023-07-12 14:42:12 +00:00
committed by ob-robot
parent 72b3cb5348
commit 8bbe380820
69 changed files with 5311 additions and 3688 deletions

View File

@ -855,6 +855,16 @@ public:
K_(hash_val));
};
/// Table Direct Load Operation Type
enum class ObTableDirectLoadOperationType {
BEGIN = 0,
COMMIT = 1,
ABORT = 2,
GET_STATUS = 3,
INSERT = 4,
MAX_TYPE
};
} // end namespace table
} // end namespace oceanbase