Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ getMaxChunkSize
Method
getMaxChunkSize
src/QueryPlan/FinalSampleStep.h:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
size_t getSampleSize() const { return sample_size; }
38
size_t getMaxChunkSize() const { return max_chunk_size; }
39
40
void setSampleSize(size_t sample_size_) { sample_size = sample_size_; }
41
Callers
5
estimate
Method · 0.80
printDetail
Method · 0.80
setStepDetail
Method · 0.80
printFinalSampleStep
Method · 0.80
map
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected