Package | Description |
---|---|
org.apache.flink.table.runtime.typeutils |
Modifier and Type | Method and Description |
---|---|
protected ExternalSerializer<I,E> |
ExternalSerializer.ExternalSerializerSnapshot.createOuterSerializerWithNestedSerializers(TypeSerializer<?>[] nestedSerializers) |
static <I,E> ExternalSerializer<I,E> |
ExternalSerializer.of(DataType dataType)
Creates an instance of a
ExternalSerializer defined by the given DataType . |
static <I,E> ExternalSerializer<I,E> |
ExternalSerializer.of(DataType dataType,
boolean isInternalInput)
Creates an instance of a
ExternalSerializer defined by the given DataType . |
Modifier and Type | Method and Description |
---|---|
protected 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.