View Source Snowpack.TypeParser (Snowpack v0.6.4)

Parser for table column data types.

Link to this section Summary

Link to this section Types

Specs

column_types() :: map()

Specs

columns() :: [charlist()]

Specs

result_row() :: [any()]

Specs

result_rows() :: [result_row()]

Specs

row() :: tuple()

Specs

rows() :: [row()]

Link to this section Functions

Link to this function

parse_rows(column_types, queried_columns, rows)

View Source

Specs

parse_rows(column_types(), columns(), rows()) :: result_rows()