Kreuzberg.DbfFieldInfo (kreuzberg v4.9.5)

Copy Markdown View Source

dBASE field information.

Matches the Rust DbfFieldInfo struct.

Fields

  • :name - Field name
  • :field_type - Field type (e.g., "Character", "Numeric")

Summary

Types

t()

@type t() :: %Kreuzberg.DbfFieldInfo{field_type: String.t(), name: String.t()}

Functions

from_map(data)

@spec from_map(map()) :: t()

to_map(info)

@spec to_map(t()) :: map()