MCPcopy 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

estimateMethod · 0.80
printDetailMethod · 0.80
setStepDetailMethod · 0.80
printFinalSampleStepMethod · 0.80
mapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected