Class ByteArrayInputFile
java.lang.Object
com.here.platform.data.client.flink.impl.decoders.parquet.ByteArrayInputFile
- All Implemented Interfaces:
org.apache.parquet.io.InputFile
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclass -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ByteArrayInputFile
public ByteArrayInputFile(byte[] bytes)
-
-
Method Details
-
getLength
public long getLength()- Specified by:
getLengthin interfaceorg.apache.parquet.io.InputFile
-
newStream
public org.apache.parquet.io.SeekableInputStream newStream()- Specified by:
newStreamin interfaceorg.apache.parquet.io.InputFile
-