Class Bindables.BindableValuesRule

Enclosing class:
Bindables

public static class Bindables.BindableValuesRule extends ConverterRule
Rule that converts a Values to bindable convention.
See Also:
  • Field Details

  • Constructor Details

    • BindableValuesRule

      protected BindableValuesRule(ConverterRule.Config config)
      Called from the Config.
  • 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