public static interface ScanTableSource.ScanRuntimeProvider
There might exist different interfaces for runtime implementation which is why ScanTableSource.ScanRuntimeProvider
serves as the base interface. Concrete ScanTableSource.ScanRuntimeProvider
interfaces might be located in other Flink modules.
See org.apache.flink.table.connector.source.SourceFunctionProvider
in flink-table-api-java-bridge
.
Modifier and Type | Method and Description |
---|---|
boolean |
isBounded()
Returns whether the data is bounded or not.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.