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