TigerBeetlex.QueryFilterFlags (tigerbeetlex v0.16.48)

View Source

See QueryFilterFlags.

Summary

Functions

Creates a TigerBeetlex.QueryFilterFlags struct from its binary representation.

Converts a TigerBeetlex.QueryFilterFlags struct to its binary represenation.

Types

t()

@type t() :: %TigerBeetlex.QueryFilterFlags{reversed: boolean()}

Functions

from_binary(bin)

@spec from_binary(binary :: <<_::32>>) :: t()

Creates a TigerBeetlex.QueryFilterFlags struct from its binary representation.

to_binary(flags)

@spec to_binary(flags :: t()) :: <<_::32>>

Converts a TigerBeetlex.QueryFilterFlags struct to its binary represenation.