View Source Etso.ETS.TableStructure (Logflare Etso v1.1.2)

The ETS Table Structure module contains various convenience functions to aid the transformation between Ecto Schemas (maps) and ETS entries (tuples). The primary key is moved to the head, in accordance with ETS conventions. Composite primary keys can not be accepted, however.

Summary

Functions

Link to this function

entries_to_tuples(field_names, entries)

View Source
Link to this function

fields_to_tuple(field_names, fields)

View Source