Tablex.Table (decision_sheet v0.1.0-alpha.0)
Link to this section Summary
Link to this section Types
Link to this type
hit_policy()
@type hit_policy() :: :first_hit | :merge | :reverse_merge | :collect
Link to this type
input()
Link to this type
output()
Link to this type
rule()
@type t() :: %Tablex.Table{ hit_policy: hit_policy(), inputs: [input()], outputs: [output()], rules: [rule()], valid?: boolean() | :undefined }
Link to this type
var_name()
@type var_name() :: atom()
Link to this type
var_type()
@type var_type() :: :string | :number | :integer | :float | :date | :time | :datetime
Link to this section Functions
Link to this function