Class OpProfileDef

java.lang.Object
org.apache.drill.exec.ops.OpProfileDef

public class OpProfileDef extends Object
  • Field Details

    • operatorId

      public int operatorId
    • operatorType

      public String operatorType
    • incomingCount

      public int incomingCount
  • Constructor Details

    • OpProfileDef

      public OpProfileDef(int operatorId, String operatorType, int incomingCount)
  • Method Details

    • getOperatorId

      public int getOperatorId()
    • getOperatorType

      public String getOperatorType()
    • getIncomingCount

      public int getIncomingCount()