Constant Field Values

Contents

apoc.algo.*

  • apoc.algo.AlgoUtil
    Modifier and Type
    Constant Field
    Value
    public static final String
    "CREATE (b:City {name:\'Berlin\', coords: point({latitude:52.52464,longitude:13.40514}), lat:52.52464,lon:13.40514})\nCREATE (m:City {name:\'M\u00fcnchen\', coords: point({latitude:48.1374,longitude:11.5755, height: 1}), lat:48.1374,lon:11.5755})\nCREATE (f:City {name:\'Frankfurt\',coords: point({latitude:50.1167,longitude:8.68333, height: 1}), lat:50.1167,lon:8.68333})\nCREATE (h:City {name:\'Hamburg\', coords: point({latitude:53.554423,longitude:9.994583, height: 1}), lat:53.554423,lon:9.994583})\nCREATE (b)-[:DIRECT {dist:255.64*1000}]->(h)\nCREATE (b)-[:DIRECT {dist:504.47*1000}]->(m)\nCREATE (b)-[:DIRECT {dist:424.12*1000}]->(f)\nCREATE (f)-[:DIRECT {dist:304.28*1000}]->(m)\nCREATE (f)-[:DIRECT {dist:393.15*1000}]->(h)"

apoc.cypher.*

  • apoc.cypher.CypherTestUtil
    Modifier and Type
    Constant Field
    Value
    public static final String
    "UNWIND range(0,3) as id \nCREATE (n:Result {id:id})-[:REL {idRel: id}]->(:Other {idOther: id})"
    public static final String
    "UNWIND range(0,3) as id \nCREATE (n:ReturnQuery {id:id})-[:REL {idRel: id}]->(:Other {idOther: id})"

apoc.trigger.*

apoc.util.*