Factory class for type coercion instantiation of different sql dialects.
Definition at line 27 of file TypeCoercions.java.
org.apache.calcite.sql.validate.implicit.TypeCoercions.TypeCoercions |
( |
| ) |
|
|
inlineprivate |
static TypeCoercion org.apache.calcite.sql.validate.implicit.TypeCoercions.createHeavyDBTypeCoercion |
( |
RelDataTypeFactory |
typeFactory, |
|
|
SqlValidator |
validator |
|
) |
| |
|
inlinestatic |
Definition at line 36 of file TypeCoercions.java.
39 return new HeavyDBTypeCoercion(typeFactory, validator);
static TypeCoercion org.apache.calcite.sql.validate.implicit.TypeCoercions.createTypeCoercion |
( |
RelDataTypeFactory |
typeFactory, |
|
|
SqlValidator |
validator |
|
) |
| |
|
inlinestatic |
Creates a default type coercion instance.
Definition at line 31 of file TypeCoercions.java.
33 return new TypeCoercionImpl(typeFactory, validator);
The documentation for this class was generated from the following file:
- /home/jenkins-slave/workspace/core-os-doxygen/java/calcite/src/main/java/org/apache/calcite/sql/validate/implicit/TypeCoercions.java