Class JoinPrefixUtils


  • public class JoinPrefixUtils
    extends Object
    Utility class for working with prefixes in join operations
    • Constructor Detail

      • JoinPrefixUtils

        public JoinPrefixUtils()
    • Method Detail

      • isPrefixedBy

        public static boolean isPrefixedBy​(String columnName,
                                           String prefix)
      • checkPrefixesForDuplicatesAndShadowing

        public static void checkPrefixesForDuplicatesAndShadowing​(List<String> prefixes)
        Check if any prefixes in the provided list duplicate or shadow each other.
        Parameters:
        prefixes - A mutable list containing the prefixes to check. This list will be sorted by descending string length.