@Internal public final class VaryingStringTypeStrategy extends Object implements TypeStrategy
LogicalTypeRoot.VARCHAR
or
LogicalTypeRoot.VARBINARY
from their corresponding non-varying roots.Constructor and Description |
---|
VaryingStringTypeStrategy(TypeStrategy initialStrategy) |
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 VaryingStringTypeStrategy(TypeStrategy initialStrategy)
public Optional<DataType> inferType(CallContext callContext)
TypeStrategy
inferType
in interface TypeStrategy
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.