Field function

Create a Field

Create a Field

field(name, type, metadata, nullable = TRUE)

Arguments

  • name: field name
  • type: logical type, instance of DataType
  • metadata: currently ignored
  • nullable: TRUE if field is nullable

Examples

field("x", int32())

See Also

Field

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