public class VarcharToIntegerNumberCoercer<T extends Type> extends TypeCoercer<VarcharType,T>
fromType, toType| Constructor and Description |
|---|
VarcharToIntegerNumberCoercer(VarcharType fromType,
T toType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyCoercedValue(BlockBuilder blockBuilder,
Block block,
int position) |
applypublic VarcharToIntegerNumberCoercer(VarcharType fromType, T toType)
protected void applyCoercedValue(BlockBuilder blockBuilder, Block block, int position)
applyCoercedValue in class TypeCoercer<VarcharType,T extends Type>Copyright © 2012–2020. All rights reserved.