Class MongoRecordReader
java.lang.Object
org.apache.drill.exec.store.AbstractRecordReader
org.apache.drill.exec.store.mongo.MongoRecordReader
- All Implemented Interfaces:
AutoCloseable,RecordReader
-
Field Summary
Fields inherited from class org.apache.drill.exec.store.AbstractRecordReader
DEFAULT_TEXT_COLS_TO_READFields inherited from interface org.apache.drill.exec.store.RecordReader
ALLOCATOR_INITIAL_RESERVATION, ALLOCATOR_MAX_RESERVATION -
Constructor Summary
ConstructorsConstructorDescriptionMongoRecordReader(BaseMongoSubScanSpec subScanSpec, List<SchemaPath> projectedColumns, FragmentContext context, MongoStoragePlugin plugin) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()intnext()Increments this record reader forward, writing via the provided output mutator into the output batch.voidsetup(OperatorContext context, OutputMutator output) Configure the RecordReader with the provided schema and the record batch that should be written to.toString()protected Collection<SchemaPath> transformColumns(Collection<SchemaPath> projectedColumns) Methods inherited from class org.apache.drill.exec.store.AbstractRecordReader
allocate, getColumns, getDefaultColumnsToRead, hasNext, isSkipQuery, isStarQuery, setColumns
-
Constructor Details
-
MongoRecordReader
public MongoRecordReader(BaseMongoSubScanSpec subScanSpec, List<SchemaPath> projectedColumns, FragmentContext context, MongoStoragePlugin plugin)
-
-
Method Details
-
transformColumns
- Overrides:
transformColumnsin classAbstractRecordReader
-
setup
Description copied from interface:RecordReaderConfigure the RecordReader with the provided schema and the record batch that should be written to.- Parameters:
context- operator context for the readeroutput- The place where output for a particular scan should be written. The record reader is responsible for mutating the set of schema values for that particular record.- Throws:
ExecutionSetupException
-
next
public int next()Description copied from interface:RecordReaderIncrements this record reader forward, writing via the provided output mutator into the output batch.- Returns:
- The number of additional records added to the output.
-
close
public void close() -
toString
- Overrides:
toStringin classAbstractRecordReader
-