Package org.apache.drill.exec.store.log
Class LogBatchReader.LogReaderConfig
java.lang.Object
org.apache.drill.exec.store.log.LogBatchReader.LogReaderConfig
- Enclosing class:
- LogBatchReader
-
Field Summary
Modifier and TypeFieldDescriptionprotected final boolean
protected final int
protected final int
protected final Pattern
protected final LogFormatPlugin
protected final TupleMetadata
protected final TupleMetadata
protected final TupleMetadata
-
Constructor Summary
ConstructorDescriptionLogReaderConfig
(LogFormatPlugin plugin, Pattern pattern, TupleMetadata providedSchema, TupleMetadata tableSchema, TupleMetadata readerSchema, boolean asArray, int groupCount, int maxErrors) -
Method Summary
-
Field Details
-
plugin
-
pattern
-
providedSchema
-
tableSchema
-
readerSchema
-
asArray
protected final boolean asArray -
groupCount
protected final int groupCount -
maxErrors
protected final int maxErrors
-
-
Constructor Details
-
LogReaderConfig
public LogReaderConfig(LogFormatPlugin plugin, Pattern pattern, TupleMetadata providedSchema, TupleMetadata tableSchema, TupleMetadata readerSchema, boolean asArray, int groupCount, int maxErrors)
-