Class ExternalTableSpec
java.lang.Object
org.apache.druid.catalog.model.table.ExternalTableSpec
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExternalTableSpec(InputSource inputSource, InputFormat inputFormat, RowSignature signature, com.google.common.base.Supplier<Set<String>> inputSourceTypesSupplier) -
Method Summary
-
Field Details
-
inputSource
-
inputFormat
-
signature
-
inputSourceTypesSupplier
-
-
Constructor Details
-
ExternalTableSpec
public ExternalTableSpec(InputSource inputSource, InputFormat inputFormat, RowSignature signature, com.google.common.base.Supplier<Set<String>> inputSourceTypesSupplier)
-