public static class DecimalReturnTypeInference.DecimalDivScaleReturnTypeInference extends Object implements ReturnTypeInference
FunctionTemplate.ReturnType.DECIMAL_DIV_SCALE.| Modifier and Type | Field and Description |
|---|---|
static DecimalReturnTypeInference.DecimalDivScaleReturnTypeInference |
INSTANCE |
| Constructor and Description |
|---|
DecimalReturnTypeInference.DecimalDivScaleReturnTypeInference() |
| Modifier and Type | Method and Description |
|---|---|
TypeProtos.MajorType |
getType(List<LogicalExpression> logicalExpressions,
FunctionAttributes attributes)
Return type is used by divide functions for decimal data type.
|
public static final DecimalReturnTypeInference.DecimalDivScaleReturnTypeInference INSTANCE
public DecimalReturnTypeInference.DecimalDivScaleReturnTypeInference()
public TypeProtos.MajorType getType(List<LogicalExpression> logicalExpressions, FunctionAttributes attributes)
getType in interface ReturnTypeInferencelogicalExpressions - logical expressionsattributes - function attributesCopyright © 2017 The Apache Software Foundation. All rights reserved.