public static class OutputTypeDeterminer.FixedType extends Object implements OutputTypeDeterminer
OutputTypeDeterminer.FixedType, OutputTypeDeterminer.NullIfNullType, OutputTypeDeterminer.SameAsAnySoft, OutputTypeDeterminer.SameAsFirstInput
Modifier and Type | Field and Description |
---|---|
TypeProtos.MajorType |
outputType |
FIXED_BIGINT, FIXED_BIT, FIXED_FLOAT4, FIXED_FLOAT8, FIXED_INT, FIXED_VAR16CHAR, FIXED_VARBINARY, FIXED_VARCHAR
Constructor and Description |
---|
FixedType(TypeProtos.MajorType outputType) |
Modifier and Type | Method and Description |
---|---|
TypeProtos.MajorType |
getOutputType(List<LogicalExpression> expressions) |
public TypeProtos.MajorType outputType
public FixedType(TypeProtos.MajorType outputType)
public TypeProtos.MajorType getOutputType(List<LogicalExpression> expressions)
getOutputType
in interface OutputTypeDeterminer
Copyright © 1970 The Apache Software Foundation. All rights reserved.