public abstract class RecordIterators extends Object
| Constructor and Description |
|---|
RecordIterators() |
| Modifier and Type | Method and Description |
|---|---|
static ClosableIterator<org.apache.flink.table.data.RowData> |
getParquetRecordIterator(InternalSchemaManager internalSchemaManager,
boolean utcTimestamp,
boolean caseSensitive,
org.apache.hadoop.conf.Configuration conf,
String[] fieldNames,
org.apache.flink.table.types.DataType[] fieldTypes,
Map<String,Object> partitionSpec,
int[] selectedFields,
int batchSize,
org.apache.flink.core.fs.Path path,
long splitStart,
long splitLength,
List<ExpressionPredicates.Predicate> predicates) |
public static ClosableIterator<org.apache.flink.table.data.RowData> getParquetRecordIterator(InternalSchemaManager internalSchemaManager, boolean utcTimestamp, boolean caseSensitive, org.apache.hadoop.conf.Configuration conf, String[] fieldNames, org.apache.flink.table.types.DataType[] fieldTypes, Map<String,Object> partitionSpec, int[] selectedFields, int batchSize, org.apache.flink.core.fs.Path path, long splitStart, long splitLength, List<ExpressionPredicates.Predicate> predicates) throws IOException
IOExceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.