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 |
readValueType() |
KeyValueFileReaderFactory.Builder |
withReadKeyType(RowType readKeyType) |
KeyValueFileReaderFactory.Builder |
withReadValueType(RowType readValueType) |
public KeyValueFileReaderFactory.Builder copyWithoutProjection()
public KeyValueFileReaderFactory.Builder withReadKeyType(RowType readKeyType)
public KeyValueFileReaderFactory.Builder withReadValueType(RowType readValueType)
public RowType keyType()
public RowType readValueType()
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.