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

Method SetTableSchema

src/sdk/scan_impl.cc:549–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547int64_t ScanDescImpl::GetNumberLimit() { return number_limit_; }
548
549void ScanDescImpl::SetTableSchema(const TableSchema& schema) { table_schema_ = schema; }
550
551bool ScanDescImpl::IsKvOnlyTable() { return IsKvTable(table_schema_); }
552

Callers 1

ScanMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected