Class LogBatchReader.LogReaderConfig

java.lang.Object
org.apache.drill.exec.store.log.LogBatchReader.LogReaderConfig
Enclosing class:
LogBatchReader

public static class LogBatchReader.LogReaderConfig extends Object
  • Field Details

    • plugin

      protected final LogFormatPlugin plugin
    • pattern

      protected final Pattern pattern
    • providedSchema

      protected final TupleMetadata providedSchema
    • tableSchema

      protected final TupleMetadata tableSchema
    • readerSchema

      protected final TupleMetadata readerSchema
    • asArray

      protected final boolean asArray
    • groupCount

      protected final int groupCount
    • maxErrors

      protected final int maxErrors
  • Constructor Details