Skip to main content
Module

x/neo4j_driver_lite/mod.ts>ProfiledPlan

Neo4j Bolt driver for JavaScript
Go to Latest
class ProfiledPlan
Re-export
import { ProfiledPlan } from "https://deno.land/x/neo4j_driver_lite@5.14.0-alpha01/mod.ts";

Class for execution plan received by prepending Cypher with PROFILE.

Constructors

new
ProfiledPlan(profile: any)

Create a ProfiledPlan instance

Properties

arguments: { [key: string]: string; }
children: ProfiledPlan[]
dbHits: number
identifiers: string[]
operatorType: string
pageCacheHitRatio: number
pageCacheHits: number
pageCacheMisses: number
rows: number
time: number