public class ExternalTableSpec extends Object
ExternalTableSource, except that the class is visible in this
module.| Modifier and Type | Field and Description |
|---|---|
InputFormat |
inputFormat |
InputSource |
inputSource |
com.google.common.base.Supplier<Set<String>> |
inputSourceTypesSupplier |
RowSignature |
signature |
| Constructor and Description |
|---|
ExternalTableSpec(InputSource inputSource,
InputFormat inputFormat,
RowSignature signature,
com.google.common.base.Supplier<Set<String>> inputSourceTypesSupplier) |
public final InputSource inputSource
public final InputFormat inputFormat
@Nullable public final RowSignature signature
public ExternalTableSpec(InputSource inputSource, InputFormat inputFormat, RowSignature signature, com.google.common.base.Supplier<Set<String>> inputSourceTypesSupplier)
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.