Uses of Enum
ai.rapids.cudf.ast.TableReference
Packages that use TableReference
-
Uses of TableReference in ai.rapids.cudf.ast
Methods in ai.rapids.cudf.ast that return TableReferenceModifier and TypeMethodDescriptionstatic TableReferenceReturns the enum constant of this type with the specified name.static TableReference[]TableReference.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in ai.rapids.cudf.ast with parameters of type TableReferenceModifierConstructorDescriptionColumnReference(int columnIndex, TableReference tableSource) Construct a column reference to the specified column index in the specified table