Class PigToEnumerableConverterRule


public class PigToEnumerableConverterRule extends ConverterRule
Rule to convert a relational expression from PigRel.CONVENTION to EnumerableConvention.
  • Field Details

  • Method Details

    • convert

      public RelNode convert(RelNode rel)
      Description copied from class: ConverterRule
      Converts a relational expression to the target trait(s) of this rule.

      Returns null if conversion is not possible.

      Specified by:
      convert in class ConverterRule