Package | Description |
---|---|
org.apache.flink.sql.tests | |
org.apache.flink.table.factories | |
org.apache.flink.table.runtime.arrow.sources | |
org.apache.flink.table.sources |
Modifier and Type | Class and Description |
---|---|
static class |
BatchSQLTestProgram.GeneratorTableSource
TableSource for generated data.
|
static class |
StreamSQLTestProgram.GeneratorTableSource
TableSource for generated data.
|
Modifier and Type | Method and Description |
---|---|
default StreamTableSource<T> |
StreamTableSourceFactory.createStreamTableSource(Map<String,String> properties)
Deprecated.
Context contains more information, and already contains table schema too.
Please use TableSourceFactory.createTableSource(Context) instead. |
Modifier and Type | Class and Description |
---|---|
class |
ArrowTableSource
A
StreamTableSource for serialized arrow record batch data. |
Modifier and Type | Class and Description |
---|---|
class |
CsvTableSource
Deprecated.
The legacy CSV connector has been replaced by
FileSource . It is kept only to
support tests for the legacy connector stack. |
class |
InputFormatTableSource<T>
Deprecated.
This interface has been replaced by
DynamicTableSource . The new interface
produces internal data structures. See FLIP-95 for more information. |
Modifier and Type | Method and Description |
---|---|
StreamTableSource<Row> |
CsvBatchTableSourceFactory.createStreamTableSource(Map<String,String> properties)
Deprecated.
|
StreamTableSource<Row> |
CsvAppendTableSourceFactory.createStreamTableSource(Map<String,String> properties)
Deprecated.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.