public static class DecimalReturnTypeInference.DecimalModScaleReturnTypeInference extends Object implements ReturnTypeInference
FunctionTemplate.ReturnType.DECIMAL_MOD_SCALE.| Modifier and Type | Field and Description |
|---|---|
static DecimalReturnTypeInference.DecimalModScaleReturnTypeInference |
INSTANCE |
| Constructor and Description |
|---|
DecimalReturnTypeInference.DecimalModScaleReturnTypeInference() |
| 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.DecimalModScaleReturnTypeInference INSTANCE
public DecimalReturnTypeInference.DecimalModScaleReturnTypeInference()
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.