Package io.trino.parquet.reader.decoders
Class ValueDecoder.EmptyValueDecoder<T>
java.lang.Object
io.trino.parquet.reader.decoders.ValueDecoder.EmptyValueDecoder<T>
- All Implemented Interfaces:
ValueDecoder<T>
- Enclosing interface:
- ValueDecoder<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.trino.parquet.reader.decoders.ValueDecoder
ValueDecoder.EmptyValueDecoder<T>, ValueDecoder.LevelsDecoderProvider, ValueDecoder.ValueDecodersProvider<T> -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EmptyValueDecoder
public EmptyValueDecoder()
-
-
Method Details
-
init
- Specified by:
initin interfaceValueDecoder<T>
-
read
- Specified by:
readin interfaceValueDecoder<T>
-
skip
public void skip(int n) - Specified by:
skipin interfaceValueDecoder<T>
-