Package org.apache.iceberg.avro
Class ValueReaders.PlannedStructReader<S>
java.lang.Object
org.apache.iceberg.avro.ValueReaders.PlannedStructReader<S>
- All Implemented Interfaces:
SupportsRowPosition
,ValueReader<S>
- Enclosing class:
ValueReaders
public abstract static class ValueReaders.PlannedStructReader<S>
extends Object
implements ValueReader<S>, SupportsRowPosition
-
Constructor Summary
ModifierConstructorDescriptionprotected
PlannedStructReader
(List<Pair<Integer, ValueReader<?>>> readPlan) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Object
protected abstract S
reuseOrCreate
(Object reuse) protected abstract void
void
setRowPositionSupplier
(Supplier<Long> posSupplier) void
skip
(org.apache.avro.io.Decoder decoder)
-
Constructor Details
-
PlannedStructReader
-
-
Method Details
-
setRowPositionSupplier
- Specified by:
setRowPositionSupplier
in interfaceSupportsRowPosition
-
reuseOrCreate
-
get
-
set
-
read
- Specified by:
read
in interfaceValueReader<S>
- Throws:
IOException
-
skip
- Specified by:
skip
in interfaceValueReader<S>
- Throws:
IOException
-