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

Method inputType

bolt/exec/HashBuild.cpp:451–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449}
450
451RowTypePtr HashBuild::inputType() const {
452 return isInputFromSpill() ? tableType_
453 : joinNode_->sources()[1]->outputType();
454}
455
456void HashBuild::setupFilterForAntiJoins(
457 const folly::F14FastMap<column_index_t, column_index_t>& keyChannelMap) {

Callers 7

SpillableWindowBuildMethod · 0.80
WindowBuildMethod · 0.80
ExpandMethod · 0.80
PartitionedOutputMethod · 0.80
SortWindowBuildMethod · 0.80
WindowMethod · 0.80
TopNRowNumberMethod · 0.80

Calls 1

outputTypeMethod · 0.80

Tested by

no test coverage detected