Interface DrillSetOpRel

All Known Implementing Classes:
DrillExceptRel, DrillIntersectRel, DrillUnionRel, PluginUnionRel

public interface DrillSetOpRel
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    isCompatible(org.apache.calcite.rel.type.RelDataType setOpType, List<org.apache.calcite.rel.RelNode> inputs)
     
  • Method Details

    • isCompatible

      default boolean isCompatible(org.apache.calcite.rel.type.RelDataType setOpType, List<org.apache.calcite.rel.RelNode> inputs)