public static interface CatalogProtos.TupleComparatorSpecProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getAscending()
optional bool ascending = 2 [default = true]; |
int |
getColumnId()
required int32 columnId = 1; |
boolean |
getNullFirst()
optional bool nullFirst = 3 [default = false]; |
boolean |
hasAscending()
optional bool ascending = 2 [default = true]; |
boolean |
hasColumnId()
required int32 columnId = 1; |
boolean |
hasNullFirst()
optional bool nullFirst = 3 [default = false]; |
boolean hasColumnId()
required int32 columnId = 1;
int getColumnId()
required int32 columnId = 1;
boolean hasAscending()
optional bool ascending = 2 [default = true];
boolean getAscending()
optional bool ascending = 2 [default = true];
boolean hasNullFirst()
optional bool nullFirst = 3 [default = false];
boolean getNullFirst()
optional bool nullFirst = 3 [default = false];
Copyright © 2014 Apache Software Foundation. All Rights Reserved.