public static class LookupLevels.ContainsValueProcessor extends Object implements LookupLevels.ValueProcessor<Boolean>
LookupLevels.ValueProcessor to return Boolean only.| Constructor and Description |
|---|
ContainsValueProcessor() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
persistToDisk(KeyValue kv) |
Boolean |
readFromDisk(InternalRow key,
int level,
byte[] bytes,
String fileName) |
boolean |
withPosition() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpersistToDiskpublic boolean withPosition()
withPosition in interface LookupLevels.ValueProcessor<Boolean>public byte[] persistToDisk(KeyValue kv)
persistToDisk in interface LookupLevels.ValueProcessor<Boolean>public Boolean readFromDisk(InternalRow key, int level, byte[] bytes, String fileName)
readFromDisk in interface LookupLevels.ValueProcessor<Boolean>Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.