Current section
Files
Jump to
Current section
Files
include/lightspeed@data_ergonomics_QueryShape.hrl
-record(query_shape, {
name :: binary(),
projected_rows :: integer(),
statement_count :: integer(),
estimated_latency_ms :: integer(),
trace_id :: binary()
}).