public interface RelDataTypePrecedenceList
| Modifier and Type | Method and Description |
|---|---|
int |
compareTypePrecedence(RelDataType type1,
RelDataType type2)
Compares the precedence of two types.
|
boolean |
containsType(RelDataType type)
Determines whether a type appears in this precedence list.
|
boolean containsType(RelDataType type)
type - type to checkint compareTypePrecedence(RelDataType type1, RelDataType type2)
The list must contain both types.
type1 - first type to comparetype2 - second type to compareCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.