public interface LookupTable extends Closeable
| Modifier and Type | Method and Description |
|---|---|
List<InternalRow> |
get(InternalRow key) |
void |
open() |
void |
refresh() |
void |
specificPartitionFilter(Predicate filter) |
void specificPartitionFilter(Predicate filter)
List<InternalRow> get(InternalRow key) throws IOException
IOExceptionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.