public class HiveVectorizedOrcSplitReader extends Object implements SplitReader
SplitReader to read files using OrcColumnarRowSplitReader.| 构造器和说明 |
|---|
HiveVectorizedOrcSplitReader(String hiveVersion,
org.apache.hadoop.mapred.JobConf jobConf,
String[] fieldNames,
org.apache.flink.table.types.DataType[] fieldTypes,
int[] selectedFields,
HiveTableInputSplit split) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
org.apache.flink.table.dataformat.BaseRow |
nextRecord(org.apache.flink.table.dataformat.BaseRow reuse)
Reads the next record from the input.
|
boolean |
reachedEnd()
Method used to check if the end of the input is reached.
|
public HiveVectorizedOrcSplitReader(String hiveVersion, org.apache.hadoop.mapred.JobConf jobConf, String[] fieldNames, org.apache.flink.table.types.DataType[] fieldTypes, int[] selectedFields, HiveTableInputSplit split) throws IOException
IOExceptionpublic boolean reachedEnd()
throws IOException
SplitReaderreachedEnd 在接口中 SplitReaderIOException - Thrown, if an I/O error occurred.public org.apache.flink.table.dataformat.BaseRow nextRecord(org.apache.flink.table.dataformat.BaseRow reuse)
SplitReadernextRecord 在接口中 SplitReaderreuse - Object that may be reused.public void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableIOExceptionCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.