Class ColumnDataReader
java.lang.Object
org.apache.drill.exec.store.parquet.ColumnDataReader
Deprecated.
it is never used. So can be removed in Drill 1.21.0
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionColumnDataReader(org.apache.hadoop.fs.FSDataInputStream input, long start, long length) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Deprecated.org.apache.hadoop.fs.FSDataInputStreamDeprecated.org.apache.parquet.bytes.BytesInputgetPageAsBytesInput(int pageLength) Deprecated.booleanDeprecated.voidDeprecated.org.apache.parquet.format.PageHeaderDeprecated.
-
Field Details
-
input
public final org.apache.hadoop.fs.FSDataInputStream inputDeprecated.
-
-
Constructor Details
-
ColumnDataReader
public ColumnDataReader(org.apache.hadoop.fs.FSDataInputStream input, long start, long length) throws IOException Deprecated.- Throws:
IOException
-
-
Method Details
-
readPageHeader
Deprecated.- Throws:
IOException
-
getInputStream
public org.apache.hadoop.fs.FSDataInputStream getInputStream()Deprecated. -
getPageAsBytesInput
Deprecated.- Throws:
IOException
-
loadPage
Deprecated.- Throws:
IOException
-
clear
public void clear()Deprecated. -
hasRemainder
Deprecated.- Throws:
IOException
-