public abstract class PartitionLoader extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected List<BinaryRow> |
partitions |
protected FileStoreTable |
table |
Modifier | Constructor and Description |
---|---|
protected |
PartitionLoader(FileStoreTable table) |
Modifier and Type | Method and Description |
---|---|
void |
addPartitionKeysTo(List<String> joinKeys,
List<String> projectFields) |
abstract boolean |
checkRefresh() |
Predicate |
createSpecificPartFilter() |
static PartitionLoader |
of(FileStoreTable table) |
void |
open() |
List<BinaryRow> |
partitions() |
protected final FileStoreTable table
protected PartitionLoader(FileStoreTable table)
public void open()
public void addPartitionKeysTo(List<String> joinKeys, List<String> projectFields)
public Predicate createSpecificPartFilter()
public abstract boolean checkRefresh()
@Nullable public static PartitionLoader of(FileStoreTable table)
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.