@Internal public final class ExplicitTypeStrategy extends Object implements TypeStrategy
DataType
.Constructor and Description |
---|
ExplicitTypeStrategy(DataType explicitDataType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
Optional<DataType> |
inferType(CallContext callContext)
Infers a type from the given function call.
|
public ExplicitTypeStrategy(DataType explicitDataType)
public Optional<DataType> inferType(CallContext callContext)
TypeStrategy
inferType
in interface TypeStrategy
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.