dictionary function

Create a dictionary type

Create a dictionary type

dictionary(index_type = int32(), value_type = utf8(), ordered = FALSE)

Arguments

  • index_type: A DataType for the indices (default int32())
  • value_type: A DataType for the values (default utf8())
  • ordered: Is this an ordered dictionary (default FALSE)?

Returns

A DictionaryType

See Also

Other Arrow data types

  • Maintainer: Jonathan Keane
  • License: Apache License (>= 2.0)
  • Last published: 2025-02-26