@Internal public class RowRowConverter extends Object implements DataStructureConverter<org.apache.flink.table.data.RowData,org.apache.flink.types.Row>
RowType of Row external type.| Modifier and Type | Method and Description |
|---|---|
static RowRowConverter |
create(org.apache.flink.table.types.DataType dataType) |
void |
open(ClassLoader classLoader) |
org.apache.flink.types.Row |
toExternal(org.apache.flink.table.data.RowData internal)
Converts to external data structure.
|
org.apache.flink.table.data.RowData |
toInternal(org.apache.flink.types.Row external)
Converts to internal data structure.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisIdentityConversion, toExternalOrNull, toInternalOrNullpublic void open(ClassLoader classLoader)
open in interface DataStructureConverter<org.apache.flink.table.data.RowData,org.apache.flink.types.Row>public org.apache.flink.table.data.RowData toInternal(org.apache.flink.types.Row external)
DataStructureConverterNote: Parameter must not be null. Output must not be null.
toInternal in interface DataStructureConverter<org.apache.flink.table.data.RowData,org.apache.flink.types.Row>public org.apache.flink.types.Row toExternal(org.apache.flink.table.data.RowData internal)
DataStructureConverterNote: Parameter must not be null. Output must not be null.
toExternal in interface DataStructureConverter<org.apache.flink.table.data.RowData,org.apache.flink.types.Row>public static RowRowConverter create(org.apache.flink.table.types.DataType dataType)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.