@Internal public final class InternalSerializers extends Object
TypeSerializer
of LogicalType
for internal data structures.Modifier and Type | Method and Description |
---|---|
static <T> TypeSerializer<T> |
create(LogicalType type)
Creates a
TypeSerializer for internal data structures of the given LogicalType . |
static <T> RowDataSerializer |
create(RowType type)
Creates a
TypeSerializer for internal data structures of the given RowType . |
public static <T> TypeSerializer<T> create(LogicalType type)
TypeSerializer
for internal data structures of the given LogicalType
.public static <T> RowDataSerializer create(RowType type)
TypeSerializer
for internal data structures of the given RowType
.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.