Class Types

java.lang.Object
org.apache.gravitino.rel.types.Types

public class Types extends Object
The helper class for Type.
  • Method Details

    • allowAutoIncrement

      public static boolean allowAutoIncrement(Type dataType)
      Parameters:
      dataType - The data type to check.
      Returns:
      True if the given data type is allowed to be an auto-increment column.