MCPcopy 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
106void LGDescImpl::SetBlockSize(int block_size) { block_size_ = block_size; }
107
108int LGDescImpl::BlockSize() const { return block_size_; }
109

Callers 3

CreateTableFunction · 0.80
TableSchemaToDescFunction · 0.80
SetLgPropertiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected