@PublicEvolving public interface InputFormatProvider extends ScanTableSource.ScanRuntimeProvider
InputFormat
instance as a runtime implementation for ScanTableSource
.Modifier and Type | Method and Description |
---|---|
InputFormat<RowData,?> |
createInputFormat()
Creates an
InputFormat instance. |
static InputFormatProvider |
of(InputFormat<RowData,?> inputFormat)
Helper method for creating a static provider.
|
isBounded
static InputFormatProvider of(InputFormat<RowData,?> inputFormat)
InputFormat<RowData,?> createInputFormat()
InputFormat
instance.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.