Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@data_plane_huge_Plane.hrl
Raw

include/lightspeed@data_plane_huge_Plane.hrl

-record(plane, {
target :: binary(),
dataset :: lightspeed@data_plane_huge:dataset(),
total_rows :: integer(),
window_limit :: integer(),
ordering_key :: binary(),
transport :: lightspeed@data_plane_huge:transport_profile(),
version :: integer(),
applied_batches :: integer(),
last_sequence :: integer()
}).