Documentation ¶
Index ¶
- func NormalizeExplainJSON(explainOutputJSON *state.ExplainPlanContainer) (*state.ExplainPlanContainer, error)
- func TransformAutoExplainToQuerySample(logLine state.LogLine, explainText string, queryRuntime string) (state.PostgresQuerySample, error)
- func TransformLogMinDurationStatementToQuerySample(logLine state.LogLine, queryText string, queryRuntime string, ...) (s state.PostgresQuerySample, ok bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NormalizeExplainJSON ¶
func NormalizeExplainJSON(explainOutputJSON *state.ExplainPlanContainer) (*state.ExplainPlanContainer, error)
NormalizeExplainJSON - Normalizes the expressions contained within the passed in EXPLAIN JSON output.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.