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
-
Field Summary
-
Constructor Summary
ConstructorDescriptionColumnDataReader
(org.apache.hadoop.fs.FSDataInputStream input, long start, long length) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
Deprecated.org.apache.hadoop.fs.FSDataInputStream
Deprecated.org.apache.parquet.bytes.BytesInput
getPageAsBytesInput
(int pageLength) Deprecated.boolean
Deprecated.void
Deprecated.org.apache.parquet.format.PageHeader
Deprecated.
-
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
-