↓ 15 callersMethodcreateShiftMappingCreates a mapping that consists of a set of contiguous ranges. <p>For example, <blockquote><pre>createShiftMapping(60, 100, 0, 3, 200, 50, 5
core/src/main/java/org/apache/calcite/util/mapping/Mappings.java:518
↓ 15 callersMethodgetFamilyGets the SqlTypeFamily containing this SqlTypeName. @return containing family, or null for none (SYMBOL, DISTINCT, STRUCTURED, ROW, OTHER)
core/src/main/java/org/apache/calcite/sql/type/SqlTypeName.java:448