public static interface OrcProto.BloomFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBitset(int index)
repeated fixed64 bitset = 2; |
int |
getBitsetCount()
repeated fixed64 bitset = 2; |
List<Long> |
getBitsetList()
repeated fixed64 bitset = 2; |
int |
getNumHashFunctions()
optional uint32 numHashFunctions = 1; |
boolean |
hasNumHashFunctions()
optional uint32 numHashFunctions = 1; |
boolean hasNumHashFunctions()
optional uint32 numHashFunctions = 1;
int getNumHashFunctions()
optional uint32 numHashFunctions = 1;
int getBitsetCount()
repeated fixed64 bitset = 2;
long getBitset(int index)
repeated fixed64 bitset = 2;
Copyright © 2017 The Apache Software Foundation. All rights reserved.