Modifier and Type | Class and Description |
---|---|
class |
AbstractHBaseTableSource
Creates a TableSource to scan an HBase table.
|
Modifier and Type | Class and Description |
---|---|
class |
HBaseTableSource
Creates a TableSource to scan an HBase table.
|
Modifier and Type | Class and Description |
---|---|
class |
ParquetTableSource
A TableSource to read Parquet files.
|
Modifier and Type | Class and Description |
---|---|
class |
OrcTableSource
A TableSource to read ORC files.
|
Modifier and Type | Method and Description |
---|---|
BatchTableSource<T> |
BatchTableSourceFactory.createBatchTableSource(Map<String,String> properties)
Deprecated.
Creates and configures a
BatchTableSource using the given properties. |
Modifier and Type | Class and Description |
---|---|
class |
CsvTableSource
A
StreamTableSource and BatchTableSource for simple CSV files with a (logically)
unlimited number of fields. |
Modifier and Type | Method and Description |
---|---|
BatchTableSource<Row> |
CsvBatchTableSourceFactory.createBatchTableSource(Map<String,String> properties) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.