Interface DrillScanPrel

All Superinterfaces:
Cloneable, DrillRelNode, HasDistributionAffinity, Iterable<Prel>, Prel, org.apache.calcite.rel.RelNode, org.apache.calcite.plan.RelOptNode

public interface DrillScanPrel extends Prel, HasDistributionAffinity
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.calcite.rel.RelNode

    org.apache.calcite.rel.RelNode.Context
  • Field Summary

    Fields inherited from interface org.apache.drill.exec.planner.physical.Prel

    DRILL_PHYSICAL
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.apache.drill.exec.planner.physical.HasDistributionAffinity

    getDistributionAffinity

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator

    Methods inherited from interface org.apache.drill.exec.planner.physical.Prel

    accept, getEncoding, getPhysicalOperator, getSupportedEncodings, needsFinalColumnReordering, prepareForLateralUnnestPipeline

    Methods inherited from interface org.apache.calcite.rel.RelNode

    accept, accept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeSelfCost, copy, deepEquals, deepHashCode, estimateRowCount, explain, explain, fieldIsNullable, getConvention, getCorrelVariable, getDigest, getExpectedInputRowType, getInput, getInputs, getRelDigest, getRelTypeName, getRowType, getTable, getVariablesSet, isEnforcer, isValid, metadata, onRegister, recomputeDigest, register, replaceInput

    Methods inherited from interface org.apache.calcite.plan.RelOptNode

    getCluster, getDescription, getId, getTraitSet
  • Method Details