Class ScalarReplacementTypes

java.lang.Object
org.apache.drill.exec.compile.bytecode.ScalarReplacementTypes

public class ScalarReplacementTypes extends Object
Reference list of classes we will perform scalar replacement on.
  • Field Details

    • CLASSES

      public static final org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSet<Class<?>> CLASSES
  • Method Details

    • isHolder

      public static boolean isHolder(String className)
      Determine if a class is a holder class.
      Parameters:
      className - the name of the class
      Returns:
      true if the class belongs to the CLASSES set.