| Interface | Description |
|---|---|
| BsonToRowDataConverters.BsonToRowDataConverter |
Runtime converter that converts
BsonValue into objects of Flink Table & SQL internal
data structures RowData. |
| RowDataToBsonConverters.RowDataToBsonConverter |
Runtime converter that converts objects of Flink Table & SQL internal data structures
RowData to corresponding BsonDocument data structures. |
| Class | Description |
|---|---|
| BsonToRowDataConverters |
Tool class used to convert from
BsonValue to RowData. |
| RowDataToBsonConverters |
Tool class used to convert from
RowData to BsonDocument. |
Copyright © 2022–2025 The Apache Software Foundation. All rights reserved.