CastExecutor<byte[],BinaryString> |
BinaryToStringCastRule.create(DataType inputType,
DataType targetType) |
CastExecutor<Number,Timestamp> |
NumericPrimitiveToTimestamp.create(DataType inputType,
DataType targetType) |
CastExecutor<Timestamp,Number> |
TimestampToNumericPrimitiveCastRule.create(DataType inputType,
DataType targetType) |
CastExecutor<IN,OUT> |
CastRule.create(DataType inputType,
DataType targetType)
Create a CastExecutor starting from the provided input type.
|
static CastExecutor<?,?> |
CastExecutors.identityCastExecutor() |
static CastExecutor<?,?> |
CastExecutors.resolve(DataType inputType,
DataType outputType)
Resolve a CastExecutor for the provided input type and target type.
|