Class ElasticsearchToEnumerableConverterRule


public class ElasticsearchToEnumerableConverterRule extends ConverterRule
Rule to convert a relational expression from ElasticsearchRel.CONVENTION to EnumerableConvention.
  • Constructor Details

    • ElasticsearchToEnumerableConverterRule

      protected ElasticsearchToEnumerableConverterRule(ConverterRule.Config config)
      Called from the Config.
  • Method Details

    • convert

      public RelNode convert(RelNode relNode)
      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