Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
547
int64_t ScanDescImpl::GetNumberLimit() { return number_limit_; }
548
549
void ScanDescImpl::SetTableSchema(const TableSchema& schema) { table_schema_ = schema; }
550
551
bool ScanDescImpl::IsKvOnlyTable() { return IsKvTable(table_schema_); }
552
Callers
1
Scan
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected