Interface AggSpec.AggSpecSortedColumnOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AggSpec.AggSpecSortedColumn
,AggSpec.AggSpecSortedColumn.Builder
- Enclosing class:
- AggSpec
public static interface AggSpec.AggSpecSortedColumnOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionTODO(deephaven-core#821): SortedFirst / SortedLast aggregations with sort directioncom.google.protobuf.ByteString
TODO(deephaven-core#821): SortedFirst / SortedLast aggregations with sort directionMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getColumnName
String getColumnName()TODO(deephaven-core#821): SortedFirst / SortedLast aggregations with sort direction
string column_name = 1;
- Returns:
- The columnName.
-
getColumnNameBytes
com.google.protobuf.ByteString getColumnNameBytes()TODO(deephaven-core#821): SortedFirst / SortedLast aggregations with sort direction
string column_name = 1;
- Returns:
- The bytes for columnName.
-