Package com.kuzudb

Class KuzuList

java.lang.Object
com.kuzudb.KuzuList
All Implemented Interfaces:
AutoCloseable

public class KuzuList extends Object implements AutoCloseable
  • Constructor Details

    • KuzuList

      public KuzuList(Value value)
      Construct a list from a value
      Parameters:
      value - the value to construct the list from
    • KuzuList

      public KuzuList(Value[] values)
      Construct a list literal from an array of values
      Parameters:
      values - : the array to construct the list from
    • KuzuList

      public KuzuList(DataType type, long numElements)
      Construct a list of a specific size populated with the default element
      Parameters:
      numElements - : the size of the list to construct
  • Method Details