Flop.Cursor (Flop v0.8.0) View Source
Functions for encoding, decoding and extracting cursor values.
Link to this section Summary
Functions
Decodes a cursor value.
Encodes a cursor value.
Takes a map or a struct and the order_by
field list and returns the cursor
value.
Retrieves the start and end cursors from a query result.
Link to this section Functions
Specs
Decodes a cursor value.
Specs
Encodes a cursor value.
Specs
Takes a map or a struct and the order_by
field list and returns the cursor
value.
This function is used as a default if no :get_cursor_value_func
option is
set.
Specs
Retrieves the start and end cursors from a query result.