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 SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionColumnDataReader(org.apache.hadoop.fs.FSDataInputStream input, long start, long length) Deprecated.
- 
Method SummaryModifier 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- 
inputpublic final org.apache.hadoop.fs.FSDataInputStream inputDeprecated.
 
- 
- 
Constructor Details- 
ColumnDataReaderpublic ColumnDataReader(org.apache.hadoop.fs.FSDataInputStream input, long start, long length) throws IOException Deprecated.- Throws:
- IOException
 
 
- 
- 
Method Details- 
readPageHeaderDeprecated.- Throws:
- IOException
 
- 
getInputStreampublic org.apache.hadoop.fs.FSDataInputStream getInputStream()Deprecated.
- 
getPageAsBytesInputDeprecated.- Throws:
- IOException
 
- 
loadPageDeprecated.- Throws:
- IOException
 
- 
clearpublic void clear()Deprecated.
- 
hasRemainderDeprecated.- Throws:
- IOException
 
 
-