MCPcopy Create free account
hub / github.com/baidu/tera / GetTableSchema

Method GetTableSchema

src/sdk/table_impl.h:168–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 uint64_t GetMaxMutationPendingNum() { return max_commit_pending_num_; }
167 uint64_t GetMaxReaderPendingNum() { return max_reader_pending_num_; }
168 TableSchema GetTableSchema() { return table_schema_; }
169
170 void StatUserPerfCounter(enum SdkTask::TYPE op, ErrorCode::ErrorCodeType code, int64_t cost_time);
171 struct PerfCounter {

Callers 4

CompactPreprocessFunction · 0.80
GetNextStartPointMethod · 0.80
CheckTableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected