return new FunctionInfo(new FunctionIdent(castFunctionName,List.of(dataType)),returnType); | return new FunctionInfo(new FunctionIdent(castFunctionName,dataTypes),returnType); | List.of(dataType) | dataType | crate | 3e74966e372f798f7fcf26958323213aba84a372 | io.crate.expression.scalar.cast.CastFunctionResolver | | | | | | Uses | True |