Definition at line 22 of file MapDTypeSystem.java.
com.mapd.calcite.parser.MapDTypeSystem.MapDTypeSystem |
( |
| ) |
|
|
inline |
int com.mapd.calcite.parser.MapDTypeSystem.getMaxPrecision |
( |
SqlTypeName |
typeName | ) |
|
|
inline |
Definition at line 26 of file MapDTypeSystem.java.
28 return (typeName == SqlTypeName.TIMESTAMP) ? 9 : super.getMaxPrecision(typeName);
boolean com.mapd.calcite.parser.MapDTypeSystem.isSchemaCaseSensitive |
( |
| ) |
|
|
inline |
boolean com.mapd.calcite.parser.MapDTypeSystem.shouldConvertRaggedUnionTypesToVarying |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file:
- /home/jenkins-slave/workspace/core-os-doxygen/java/calcite/src/main/java/com/mapd/calcite/parser/MapDTypeSystem.java