public abstract static class Operators.Column<T extends Comparable<T>> extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
Column(ColumnPath columnPath,
Class<T> columnType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ColumnPath |
getColumnPath() |
Class<T> |
getColumnType() |
int |
hashCode() |
String |
toString() |
protected Column(ColumnPath columnPath, Class<T> columnType)
public ColumnPath getColumnPath()
Copyright © 2023 The Apache Software Foundation. All rights reserved.