@PublicEvolving public interface InputFormatProvider extends ScanTableSource.ScanRuntimeProvider
InputFormat instance as a runtime implementation for ScanTableSource.| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.api.common.io.InputFormat<RowData,?> |
createInputFormat()
Creates an
InputFormat instance. |
static InputFormatProvider |
of(org.apache.flink.api.common.io.InputFormat<RowData,?> inputFormat)
Helper method for creating a static provider.
|
isBoundedstatic InputFormatProvider of(org.apache.flink.api.common.io.InputFormat<RowData,?> inputFormat)
org.apache.flink.api.common.io.InputFormat<RowData,?> createInputFormat()
InputFormat instance.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.