Class ExternalTableSpec

java.lang.Object
org.apache.druid.catalog.model.table.ExternalTableSpec

public class ExternalTableSpec extends Object
Catalog form of an external table specification used to pass along the three components needed for an external table in MSQ ingest. Just like ExternalTableSource, except that the class is visible in this module.
  • Field Details

    • inputSource

      public final InputSource inputSource
    • inputFormat

      public final InputFormat inputFormat
    • signature

      @Nullable public final RowSignature signature
    • inputSourceTypesSupplier

      public final com.google.common.base.Supplier<Set<String>> inputSourceTypesSupplier
  • Constructor Details