Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@data_ergonomics_QueryShape.hrl
Raw

include/lightspeed@data_ergonomics_QueryShape.hrl

-record(query_shape, {
name :: binary(),
projected_rows :: integer(),
statement_count :: integer(),
estimated_latency_ms :: integer(),
trace_id :: binary()
}).