Class EnumerableValuesRule


public class EnumerableValuesRule extends ConverterRule
Planner rule that converts a LogicalValues to an EnumerableValues. You may provide a custom config to convert other nodes that extend Values.
See Also:
  • Field Details

  • Constructor Details

    • EnumerableValuesRule

      protected EnumerableValuesRule(ConverterRule.Config config)
      Creates an EnumerableValuesRule.
  • 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