Package com.dremio.nessie.jgit
Interface ObjectTypes.PHiveTableOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ObjectTypes.PHiveTable,ObjectTypes.PHiveTable.Builder
- Enclosing class:
- ObjectTypes
public static interface ObjectTypes.PHiveTableOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetPartition(int index)repeated bytes partition = 2;intgetPartitionCount()repeated bytes partition = 2;List<com.google.protobuf.ByteString>getPartitionList()repeated bytes partition = 2;com.google.protobuf.ByteStringgetTable()bytes table = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTable
com.google.protobuf.ByteString getTable()
bytes table = 1;- Returns:
- The table.
-
getPartitionList
List<com.google.protobuf.ByteString> getPartitionList()
repeated bytes partition = 2;- Returns:
- A list containing the partition.
-
getPartitionCount
int getPartitionCount()
repeated bytes partition = 2;- Returns:
- The count of partition.
-
getPartition
com.google.protobuf.ByteString getPartition(int index)
repeated bytes partition = 2;- Parameters:
index- The index of the element to return.- Returns:
- The partition at the given index.
-
-