Class DecimalReturnTypeInference
java.lang.Object
org.apache.drill.exec.expr.fn.output.DecimalReturnTypeInference
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classReturn type calculation implementation for functions with return type set asFunctionTemplate.ReturnType.DECIMAL_ADD_SCALE.static classReturn type calculation implementation for functions with return type set asFunctionTemplate.ReturnType.DECIMAL_AGGREGATE.static classReturn type calculation implementation for functions with return type set asFunctionTemplate.ReturnType.DECIMAL_AVG_AGGREGATE.static classReturn type calculation implementation for functions with return type set asFunctionTemplate.ReturnType.DECIMAL_CAST.static classReturn type calculation implementation for functions with return type set asFunctionTemplate.ReturnType.DECIMAL_DIV_SCALE.static classReturn type calculation implementation for functions with return type set asFunctionTemplate.ReturnType.DECIMAL_MAX_SCALE.static classReturn type calculation implementation for functions with return type set asFunctionTemplate.ReturnType.DECIMAL_MOD_SCALE.static classReturn type calculation implementation for functions with return type set asFunctionTemplate.ReturnType.DECIMAL_SET_SCALE.static classReturn type calculation implementation for functions with return type set asFunctionTemplate.ReturnType.DECIMAL_SUM_AGGREGATE.static classReturn type calculation implementation for functions with return type set asFunctionTemplate.ReturnType.DECIMAL_SUM_SCALE.static classReturn type calculation implementation for functions with return type set asFunctionTemplate.ReturnType.DECIMAL_ZERO_SCALE. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DecimalReturnTypeInference
public DecimalReturnTypeInference()
-