public static class Materializer.IndexedFragmentNode extends Object
Constructor and Description |
---|
IndexedFragmentNode(int minorFragmentId,
Wrapper info,
BiFunction<Wrapper,Integer,CoordinationProtos.DrillbitEndpoint> wrapperToEndpoint,
BiFunction<CoordinationProtos.DrillbitEndpoint,PhysicalOperator,Long> memoryReqs) |
Modifier and Type | Method and Description |
---|---|
void |
addAllocation(PhysicalOperator pop) |
void |
addSubScan(SubScan subScan) |
void |
addUnnest(UnnestPOP unnest) |
Wrapper |
getInfo() |
int |
getMinorFragmentId() |
Fragment |
getNode() |
SubScan |
getSubScan() |
UnnestPOP |
getUnnest() |
public IndexedFragmentNode(int minorFragmentId, Wrapper info, BiFunction<Wrapper,Integer,CoordinationProtos.DrillbitEndpoint> wrapperToEndpoint, BiFunction<CoordinationProtos.DrillbitEndpoint,PhysicalOperator,Long> memoryReqs)
public Fragment getNode()
public int getMinorFragmentId()
public Wrapper getInfo()
public void addAllocation(PhysicalOperator pop)
public void addUnnest(UnnestPOP unnest)
public UnnestPOP getUnnest()
public void addSubScan(SubScan subScan)
public SubScan getSubScan()
Copyright © 1970 The Apache Software Foundation. All rights reserved.