@Internal public class RowDataToBsonConverters extends Object
RowData to BsonDocument.| Modifier and Type | Class and Description |
|---|---|
static interface |
RowDataToBsonConverters.RowDataToBsonConverter
Runtime converter that converts objects of Flink Table & SQL internal data structures
RowData to corresponding BsonDocument data structures. |
| Constructor and Description |
|---|
RowDataToBsonConverters() |
| Modifier and Type | Method and Description |
|---|---|
static RowDataToBsonConverters.RowDataToBsonConverter |
createConverter(org.apache.flink.table.types.logical.RowType type) |
static org.apache.flink.util.function.SerializableFunction<Object,org.bson.BsonValue> |
createFieldDataConverter(org.apache.flink.table.types.logical.LogicalType type) |
public static RowDataToBsonConverters.RowDataToBsonConverter createConverter(org.apache.flink.table.types.logical.RowType type)
public static org.apache.flink.util.function.SerializableFunction<Object,org.bson.BsonValue> createFieldDataConverter(org.apache.flink.table.types.logical.LogicalType type)
Copyright © 2022–2025 The Apache Software Foundation. All rights reserved.