| Package | Description |
|---|---|
| org.apache.flink.table.runtime.typeutils |
| Modifier and Type | Method and Description |
|---|---|
protected ExternalSerializer<I,E> |
ExternalSerializer.ExternalSerializerSnapshot.createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) |
static <I,E> ExternalSerializer<I,E> |
ExternalSerializer.of(org.apache.flink.table.types.DataType dataType)
Creates an instance of a
ExternalSerializer defined by the given DataType. |
static <I,E> ExternalSerializer<I,E> |
ExternalSerializer.of(org.apache.flink.table.types.DataType dataType,
boolean isInternalInput)
Creates an instance of a
ExternalSerializer defined by the given DataType. |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] |
ExternalSerializer.ExternalSerializerSnapshot.getNestedSerializers(ExternalSerializer<I,E> outerSerializer) |
| Constructor and Description |
|---|
ExternalSerializerSnapshot(ExternalSerializer<I,E> externalSerializer) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.