Class MatchReturnTypeInference

    • Field Detail

      • start

        private final int start
      • typeNames

        private final java.util.List<SqlTypeName> typeNames
    • Constructor Detail

      • MatchReturnTypeInference

        public MatchReturnTypeInference​(int start,
                                        java.lang.Iterable<SqlTypeName> typeNames)
        Returns the first type matching any type in typeNames at or after position start (zero based).