View Source Snowpack.TypeParser (Snowpack v0.7.5)

Parser for table column data types.

Link to this section Summary

Link to this section Types

@type column_types() :: map()
@type columns() :: [charlist()]
@type result_row() :: [any()]
@type result_rows() :: [result_row()]
@type row() :: tuple()
@type rows() :: [row()]

Link to this section Functions

Link to this function

parse_rows(column_types, queried_columns, rows)

View Source
@spec parse_rows(column_types(), columns(), rows()) :: result_rows()