Package io.trino.orc.proto
Interface OrcProto.CollectionStatisticsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OrcProto.CollectionStatistics,OrcProto.CollectionStatistics.Builder
- Enclosing class:
- OrcProto
public static interface OrcProto.CollectionStatisticsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetMaxChildren()optional uint64 maxChildren = 2;longgetMinChildren()optional uint64 minChildren = 1;longgetTotalChildren()optional uint64 totalChildren = 3;booleanhasMaxChildren()optional uint64 maxChildren = 2;booleanhasMinChildren()optional uint64 minChildren = 1;booleanhasTotalChildren()optional uint64 totalChildren = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasMinChildren
boolean hasMinChildren()
optional uint64 minChildren = 1;- Returns:
- Whether the minChildren field is set.
-
getMinChildren
long getMinChildren()
optional uint64 minChildren = 1;- Returns:
- The minChildren.
-
hasMaxChildren
boolean hasMaxChildren()
optional uint64 maxChildren = 2;- Returns:
- Whether the maxChildren field is set.
-
getMaxChildren
long getMaxChildren()
optional uint64 maxChildren = 2;- Returns:
- The maxChildren.
-
hasTotalChildren
boolean hasTotalChildren()
optional uint64 totalChildren = 3;- Returns:
- Whether the totalChildren field is set.
-
getTotalChildren
long getTotalChildren()
optional uint64 totalChildren = 3;- Returns:
- The totalChildren.
-
-