View Source vedf (erldist_filter v1.1.0)

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function

dist_ext_to_vdist(AtomsTuple, InputBinary)

View Source
-spec dist_ext_to_vdist(AtomsTuple, InputBinary) -> VDist
                     when
                         AtomsTuple :: atoms_tuple(),
                         InputBinary :: binary(),
                         VDist :: vdist:dop_t().
Link to this function

dist_ext_to_vterm(AtomsTuple, InputBinary)

View Source
-spec dist_ext_to_vterm(AtomsTuple, InputBinary) -> VTerm
                     when AtomsTuple :: atoms_tuple(), InputBinary :: binary(), VTerm :: vterm:t().
Link to this function

dist_ext_to_vterm(AtomsTuple, InputBinary, Limit)

View Source
-spec dist_ext_to_vterm(AtomsTuple, InputBinary, Limit) -> VTerm
                     when
                         AtomsTuple :: atoms_tuple(),
                         InputBinary :: binary(),
                         Limit :: integer(),
                         VTerm :: vterm:t().
Link to this function

dist_int_to_vdist(AtomsTuple, InputBinary)

View Source
-spec dist_int_to_vdist(AtomsTuple, InputBinary) -> VDist
                     when
                         AtomsTuple :: atoms_tuple(),
                         InputBinary :: binary(),
                         VDist :: vdist:dop_t().
Link to this function

dist_int_to_vterm(AtomsTuple, InputBinary)

View Source
-spec dist_int_to_vterm(AtomsTuple, InputBinary) -> VTerm
                     when AtomsTuple :: atoms_tuple(), InputBinary :: binary(), VTerm :: vterm:t().
Link to this function

dist_int_to_vterm(AtomsTuple, InputBinary, Limit)

View Source
-spec dist_int_to_vterm(AtomsTuple, InputBinary, Limit) -> VTerm
                     when
                         AtomsTuple :: atoms_tuple(),
                         InputBinary :: binary(),
                         Limit :: integer(),
                         VTerm :: vterm:t().