IN - Input internal typeOUT - Output internal type@Internal @FunctionalInterface public interface CastExecutor<IN,OUT>
| Modifier and Type | Method and Description |
|---|---|
OUT |
cast(IN value)
Cast the input value.
|
@Nullable OUT cast(@Nullable IN value) throws TableRuntimeException
value - Input value.TableRuntimeExceptionCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.