Package | Description |
---|---|
org.apache.flink.connectors.hive |
Modifier and Type | Method and Description |
---|---|
<T> HiveSource<T> |
HiveSourceBuilder.buildWithBulkFormat(BulkFormat<T,HiveSourceSplit> bulkFormat)
Builds HiveSource with custom BulkFormat.
|
HiveSource<RowData> |
HiveSourceBuilder.buildWithDefaultBulkFormat()
Builds HiveSource with default built-in BulkFormat that returns records in type of RowData.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.