Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/tera
/ SetBlockSize
Method
SetBlockSize
src/sdk/schema_impl.cc:106–106 ·
view source on GitHub ↗
Block size
Source
from the content-addressed store, hash-verified
104
105
/// Block size
106
void LGDescImpl::SetBlockSize(int block_size) { block_size_ = block_size; }
107
108
int LGDescImpl::BlockSize() const { return block_size_; }
109
Callers
3
CreateTable
Function · 0.80
TableSchemaToDesc
Function · 0.80
SetLgProperties
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected