Class JdbcRules.JdbcValues

All Implemented Interfaces:
Cloneable, JdbcRel, RelOptNode, Hintable, RelNode
Enclosing class:
JdbcRules

public static class JdbcRules.JdbcValues extends Values implements JdbcRel
Values operator implemented in JDBC convention.
  • Method Details

    • copy

      public RelNode copy(RelTraitSet traitSet, List<RelNode> inputs)
      Description copied from interface: RelNode
      Creates a copy of this relational expression, perhaps changing traits and inputs.

      Sub-classes with other important attributes are encouraged to create variants of this method with more parameters.

      Specified by:
      copy in interface RelNode
      Overrides:
      copy in class AbstractRelNode
      Parameters:
      traitSet - Trait set
      inputs - Inputs
      Returns:
      Copy of this relational expression, substituting traits and inputs
    • implement

      public SqlImplementor.Result implement(JdbcImplementor implementor)
      Specified by:
      implement in interface JdbcRel