Class ColumnReference

java.lang.Object
ai.rapids.cudf.ast.AstExpression
ai.rapids.cudf.ast.ColumnReference

public final class ColumnReference extends AstExpression
A reference to a column in an input table.
  • Constructor Details

    • ColumnReference

      public ColumnReference(int columnIndex)
      Construct a column reference to either the only or leftmost input table
    • ColumnReference

      public ColumnReference(int columnIndex, TableReference tableSource)
      Construct a column reference to the specified column index in the specified table