@PublicEvolving public interface InputFormatProvider extends ScanTableSource.ScanRuntimeProvider, ParallelismProvider
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.
|
static InputFormatProvider |
of(InputFormat<RowData,?> inputFormat,
Integer sourceParallelism)
Helper method for creating a static provider with a provided source parallelism.
|
isBounded
getParallelism
static InputFormatProvider of(InputFormat<RowData,?> inputFormat)
static InputFormatProvider of(InputFormat<RowData,?> inputFormat, @Nullable Integer sourceParallelism)
InputFormat<RowData,?> createInputFormat()
InputFormat
instance.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.