public class ColumnDataReader extends Object
Modifier and Type | Class and Description |
---|---|
class |
ColumnDataReader.HadoopBytesInput
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
org.apache.hadoop.fs.FSDataInputStream |
input
Deprecated.
|
Constructor and Description |
---|
ColumnDataReader(org.apache.hadoop.fs.FSDataInputStream input,
long start,
long length)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Deprecated.
|
org.apache.hadoop.fs.FSDataInputStream |
getInputStream()
Deprecated.
|
org.apache.parquet.bytes.BytesInput |
getPageAsBytesInput(int pageLength)
Deprecated.
|
boolean |
hasRemainder()
Deprecated.
|
void |
loadPage(DrillBuf target,
int pageLength)
Deprecated.
|
org.apache.parquet.format.PageHeader |
readPageHeader()
Deprecated.
|
public ColumnDataReader(org.apache.hadoop.fs.FSDataInputStream input, long start, long length) throws IOException
IOException
public org.apache.parquet.format.PageHeader readPageHeader() throws IOException
IOException
public org.apache.hadoop.fs.FSDataInputStream getInputStream()
public org.apache.parquet.bytes.BytesInput getPageAsBytesInput(int pageLength) throws IOException
IOException
public void loadPage(DrillBuf target, int pageLength) throws IOException
IOException
public void clear()
public boolean hasRemainder() throws IOException
IOException
Copyright © 1970 The Apache Software Foundation. All rights reserved.