Class Cast
java.lang.Object
org.elasticsearch.xpack.esql.expression.function.scalar.math.Cast
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncast(Source source, DataType current, DataType required, EvalOperator.ExpressionEvaluator.Factory in) Build the evaluator supplier to castinfromcurrenttorequired.
-
Constructor Details
-
Cast
public Cast()
-
-
Method Details
-
cast
public static EvalOperator.ExpressionEvaluator.Factory cast(Source source, DataType current, DataType required, EvalOperator.ExpressionEvaluator.Factory in) Build the evaluator supplier to castinfromcurrenttorequired.
-