Skip to main content
Module

x/neo4j_lite_client/core/result-summary.ts>Plan

Unofficial Neo4j Driver for Deno
Latest
class Plan
import { Plan } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/result-summary.ts";

Class for execution plan received by prepending Cypher with EXPLAIN.

Constructors

new
Plan(plan: any)

Create a Plan instance

Properties

arguments: { [key: string]: string; }
children: Plan[]
identifiers: string[]
operatorType: string