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 |
specifyCacheRowFilter(Filter<InternalRow> filter) |
void specificPartitionFilter(Predicate filter)
List<InternalRow> get(InternalRow key) throws IOException
IOException
void specifyCacheRowFilter(Filter<InternalRow> filter)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.