@PublicEvolving public interface RuntimeConverter extends Serializable
Instances of this interface are provided by the planner. They are used for converting between data structures or performing other mapping transformations.
Because runtime converters are Serializable, instances can be directly passed into a
runtime implementation, stored in a member variable, and used when it comes to the execution.
| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
RuntimeConverter.Context
Context for conversions during runtime.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
open(RuntimeConverter.Context context)
Initializes the converter during runtime.
|
void open(RuntimeConverter.Context context)
This should be called in the open() method of a runtime class.
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.