Class StormRelDataTypeSystem

java.lang.Object
org.apache.calcite.rel.type.RelDataTypeSystemImpl
org.apache.storm.sql.planner.StormRelDataTypeSystem
All Implemented Interfaces:
org.apache.calcite.rel.type.RelDataTypeSystem

public class StormRelDataTypeSystem extends org.apache.calcite.rel.type.RelDataTypeSystemImpl
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.calcite.rel.type.RelDataTypeSystem
     

    Fields inherited from interface org.apache.calcite.rel.type.RelDataTypeSystem

    DEFAULT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     

    Methods inherited from class org.apache.calcite.rel.type.RelDataTypeSystemImpl

    deriveAvgAggType, deriveCovarType, deriveFractionalRankType, deriveRankType, deriveSumType, getDefaultPrecision, getLiteral, getMaxPrecision, getMaxScale, getNumTypeRadix, isAutoincrement, isCaseSensitive, isSchemaCaseSensitive

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • STORM_REL_DATATYPE_SYSTEM

      public static final org.apache.calcite.rel.type.RelDataTypeSystem STORM_REL_DATATYPE_SYSTEM
  • Constructor Details

    • StormRelDataTypeSystem

      public StormRelDataTypeSystem()
  • Method Details

    • getMaxNumericScale

      public int getMaxNumericScale()
      Specified by:
      getMaxNumericScale in interface org.apache.calcite.rel.type.RelDataTypeSystem
      Overrides:
      getMaxNumericScale in class org.apache.calcite.rel.type.RelDataTypeSystemImpl
    • getMaxNumericPrecision

      public int getMaxNumericPrecision()
      Specified by:
      getMaxNumericPrecision in interface org.apache.calcite.rel.type.RelDataTypeSystem
      Overrides:
      getMaxNumericPrecision in class org.apache.calcite.rel.type.RelDataTypeSystemImpl