erpc_analysis::graph::projections

Function build_gds_drop_cypher

source
pub fn build_gds_drop_cypher(projection_name: &str) -> String
Expand description

Builds the Cypher query string for dropping a GDS graph projection. This is used to ensure idempotency when creating projections.

§Arguments

  • projection_name - The name of the GDS graph projection to be dropped.

§Returns

A String containing the fully formed Cypher query for dropping the projection.