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; | 
| com.google.protobuf.ByteString | getUtf8Bitset()optional bytes utf8bitset = 3; | 
| boolean | hasNumHashFunctions()optional uint32 numHashFunctions = 1; | 
| boolean | hasUtf8Bitset()optional bytes utf8bitset = 3; | 
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;boolean hasUtf8Bitset()
optional bytes utf8bitset = 3;com.google.protobuf.ByteString getUtf8Bitset()
optional bytes utf8bitset = 3;Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.