Versions in this module Expand all Collapse all v0 v0.1.0 May 21, 2022 Changes in this version + type Op struct + CacheHits int64 + CacheMisses int64 + Children []*Op + DBHits int64 + Details string + Memory int64 + Op string + Order string + Rows int64 + RowsEst int64 + func (p Op) String() string + type Stats struct + DBHits int64 + Memory int64 + Plan string + Planner string + Rows int64 + Runtime string + Statement StmtType + Time int64 + Version string + func (p Stats) String() string + type StmtType neo4j.StatementType + func (s StmtType) MarshalJSON() ([]byte, error) + func (s StmtType) MarshalYAML() (any, error) + func (s StmtType) String() string