Interface KuduRelNode

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  KuduRelNode.Implementor
      Implementor is a container to hold information required to execute a query or update to kudu.
      • Nested classes/interfaces inherited from interface org.apache.calcite.rel.RelNode

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

      Fields 
      Modifier and Type Field Description
      static org.apache.calcite.plan.Convention CONVENTION  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void implement​(KuduRelNode.Implementor implementor)
      Each KuduRelNode implementation will accept the KuduRelNode.Implementor and manipulate it.
      • Methods inherited from interface org.apache.calcite.rel.RelNode

        accept, accept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeSelfCost, copy, deepEquals, deepHashCode, estimateRowCount, explain, explain, 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
    • Field Detail

      • CONVENTION

        static final org.apache.calcite.plan.Convention CONVENTION