Class SqlTypeUtilTest


  • public class SqlTypeUtilTest
    extends java.lang.Object
    Test of SqlTypeUtil.
    • Constructor Detail

      • SqlTypeUtilTest

        public SqlTypeUtilTest()
    • Method Detail

      • testTypesIsSameFamilyWithNumberTypes

        public void testTypesIsSameFamilyWithNumberTypes()
      • testTypesIsSameFamilyWithCharTypes

        public void testTypesIsSameFamilyWithCharTypes()
      • testTypesIsSameFamilyWithInconvertibleTypes

        public void testTypesIsSameFamilyWithInconvertibleTypes()
      • testTypesIsSameFamilyWithNumberStructTypes

        public void testTypesIsSameFamilyWithNumberStructTypes()
      • testTypesIsSameFamilyWithCharStructTypes

        public void testTypesIsSameFamilyWithCharStructTypes()
      • testTypesIsSameFamilyWithInconvertibleStructTypes

        public void testTypesIsSameFamilyWithInconvertibleStructTypes()
      • struct

        private org.apache.calcite.rel.type.RelDataType struct​(org.apache.calcite.rel.type.RelDataType... relDataTypes)