public static class Profiler.Column extends Object implements Comparable<Profiler.Column>
| Constructor and Description |
|---|
Column(int ordinal,
String name)
Creates a Column.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Profiler.Column column) |
boolean |
equals(@Nullable Object o) |
int |
hashCode() |
String |
toString() |
public final int ordinal
public final String name
public Column(int ordinal,
String name)
ordinal - Unique and contiguous within a particular data setname - Name of the columnpublic int compareTo(Profiler.Column column)
compareTo in interface Comparable<Profiler.Column>Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.