public static final class TypeInferenceUtil.Result extends Object
This includes casts that need to be inserted, reordering of arguments (*), or insertion of default values (*) where (*) is future work.
Constructor and Description |
---|
Result(List<DataType> expectedArgumentTypes,
DataType accumulatorDataType,
DataType outputDataType) |
Modifier and Type | Method and Description |
---|---|
Optional<DataType> |
getAccumulatorDataType() |
List<DataType> |
getExpectedArgumentTypes() |
DataType |
getOutputDataType() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.