Package io.trino.orc.proto
Interface OrcProto.BloomFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OrcProto.BloomFilter,OrcProto.BloomFilter.Builder
- Enclosing class:
- OrcProto
public static interface OrcProto.BloomFilterOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetBitset(int index)repeated fixed64 bitset = 2;intgetBitsetCount()repeated fixed64 bitset = 2;List<Long>getBitsetList()repeated fixed64 bitset = 2;intgetNumHashFunctions()optional uint32 numHashFunctions = 1;com.google.protobuf.ByteStringgetUtf8Bitset()optional bytes utf8bitset = 3;booleanhasNumHashFunctions()optional uint32 numHashFunctions = 1;booleanhasUtf8Bitset()optional bytes utf8bitset = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasNumHashFunctions
boolean hasNumHashFunctions()
optional uint32 numHashFunctions = 1;- Returns:
- Whether the numHashFunctions field is set.
-
getNumHashFunctions
int getNumHashFunctions()
optional uint32 numHashFunctions = 1;- Returns:
- The numHashFunctions.
-
getBitsetList
List<Long> getBitsetList()
repeated fixed64 bitset = 2;- Returns:
- A list containing the bitset.
-
getBitsetCount
int getBitsetCount()
repeated fixed64 bitset = 2;- Returns:
- The count of bitset.
-
getBitset
long getBitset(int index)
repeated fixed64 bitset = 2;- Parameters:
index- The index of the element to return.- Returns:
- The bitset at the given index.
-
hasUtf8Bitset
boolean hasUtf8Bitset()
optional bytes utf8bitset = 3;- Returns:
- Whether the utf8bitset field is set.
-
getUtf8Bitset
com.google.protobuf.ByteString getUtf8Bitset()
optional bytes utf8bitset = 3;- Returns:
- The utf8bitset.
-
-