Search
Specification for a VALUES clause operation.
@type column_spec() :: String.t() | atom()
@type data_row() :: [term()] | map()
@type t() :: %Selecto.Advanced.ValuesClause.Spec{ alias: String.t(), column_types: map(), columns: [column_spec()], data: [data_row()], data_type: :list_of_lists | :list_of_maps, id: String.t(), validated: boolean() }