MCPcopy Create free account
hub / github.com/bytedance/bolt / iskEstimateRowSizeBasedOnSampleEnabled

Method iskEstimateRowSizeBasedOnSampleEnabled

bolt/core/QueryConfig.h:1518–1520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1516 // with nulls set in the DictionaryVector. That dictionary
1517 // encoding may be peeled depending on whether or not there is a UDF above
1518 // it in the expression tree that has default null behavior and takes the
1519 // same input as an argument.
1520 return get<uint32_t>(kMaxSharedSubexprResultsCached, 10);
1521 }
1522
1523 int32_t maxSplitPreloadPerDriver() const {

Callers 1

TableScanMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected