public interface RelDataTypePrecedenceList
SQL:1999 Part 2 Section 9.5| 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-2022 Apache Software Foundation. All Rights Reserved.