org.apache.drill.exec.store.RecordReader to org.apache.drill.exec.store.CommonParquetRecordReader
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'drill'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
- new ParquetRecordReader(context,rowGroup.getPath(),rowGroup.getRowGroupIndex(),rowGroup.getNumRecordsToRead(),fs,CodecFactory.createDirectCodecFactory(fs.getConf(),new ParquetDirectByteBufferAllocator(oContext.getAllocator()),0),footer,rowGroupScan.getColumns(),containsCorruptDates) to new ParquetRecordReader(context,rowGroup.getPath(),rowGroup.getRowGroupIndex(),false ? 0 : rowGroup.getNumRecordsToRead(),fs,CodecFactory.createDirectCodecFactory(fs.getConf(),new ParquetDirectByteBufferAllocator(oContext.getAllocator()),0),footer,rowGroupScan.getColumns(),containsCorruptDates)