public static class KeyValueFileReaderFactory.Builder extends Object
KeyValueFileReaderFactory
.Modifier and Type | Method and Description |
---|---|
KeyValueFileReaderFactory |
build(BinaryRow partition,
int bucket,
DeletionVector.Factory dvFactory) |
KeyValueFileReaderFactory |
build(BinaryRow partition,
int bucket,
DeletionVector.Factory dvFactory,
boolean projectKeys,
List<Predicate> filters) |
KeyValueFileReaderFactory.Builder |
copyWithoutProjection() |
FileIO |
fileIO() |
RowType |
keyType() |
RowType |
projectedValueType() |
KeyValueFileReaderFactory.Builder |
withKeyProjection(int[][] projection) |
KeyValueFileReaderFactory.Builder |
withValueProjection(int[][] projection) |
public KeyValueFileReaderFactory.Builder copyWithoutProjection()
public KeyValueFileReaderFactory.Builder withKeyProjection(int[][] projection)
public KeyValueFileReaderFactory.Builder withValueProjection(int[][] projection)
public RowType keyType()
public RowType projectedValueType()
public KeyValueFileReaderFactory build(BinaryRow partition, int bucket, DeletionVector.Factory dvFactory)
public KeyValueFileReaderFactory build(BinaryRow partition, int bucket, DeletionVector.Factory dvFactory, boolean projectKeys, @Nullable List<Predicate> filters)
public FileIO fileIO()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.