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
FieldsModifier and TypeFieldDescriptionprotected final booleanprotected final intprotected final intprotected final Patternprotected final LogFormatPluginprotected final TupleMetadataprotected final TupleMetadataprotected final TupleMetadata -
Constructor Summary
ConstructorsConstructorDescriptionLogReaderConfig(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)
-