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 TableException
value
- Input value.TableException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.