| Package | Description |
|---|---|
| org.apache.flink.table.connector.source |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InputFormatProvider
Provider of an
InputFormat instance as a runtime implementation for ScanTableSource. |
interface |
SourceProvider
Provider of a
Source instance as a runtime implementation for ScanTableSource. |
| Modifier and Type | Method and Description |
|---|---|
ScanTableSource.ScanRuntimeProvider |
ScanTableSource.getScanRuntimeProvider(ScanTableSource.ScanContext runtimeProviderContext)
Returns a provider of runtime implementation for reading the data.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.