@PublicEvolving public interface InputFormatProvider extends ScanTableSource.ScanRuntimeProvider
InputFormat instance as a runtime implementation for ScanTableSource.| Modifier and Type | Method and Description |
|---|---|
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–2021 The Apache Software Foundation. All rights reserved.