Package com.kuzudb

Class DataType

java.lang.Object
com.kuzudb.DataType

public class DataType extends Object
DataType is the kuzu internal representation of data types.
  • Constructor Details

    • DataType

      public DataType(DataTypeID id)
      Create a non-nested DataType object from its internal ID.
      Parameters:
      id - : the kuzu internal representation of data type IDs.
    • DataType

      public DataType(DataTypeID id, DataType child_type, long num_elements_in_array)
  • Method Details