Current section
Files
Jump to
Current section
Files
include/lightspeed@data_plane_Plane.hrl
-record(plane, {
target :: binary(),
dataset :: lightspeed@data_plane:dataset(),
rows :: list(lightspeed@data_plane:row())
}).