public class SameInOutLengthReturnTypeInference extends Object implements ReturnTypeInference
FunctionTemplate.ReturnType.SAME_IN_OUT_LENGTH.| Modifier and Type | Field and Description |
|---|---|
static SameInOutLengthReturnTypeInference |
INSTANCE |
| Constructor and Description |
|---|
SameInOutLengthReturnTypeInference() |
| Modifier and Type | Method and Description |
|---|---|
TypeProtos.MajorType |
getType(List<LogicalExpression> logicalExpressions,
FunctionAttributes attributes)
Defines function return type and sets precision and scale if input type has them.
|
public static final SameInOutLengthReturnTypeInference INSTANCE
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.