apoc.jdbc.analytics
Procedure Apoc Extended
To create a temporary table starting from a Cypher query and delegate complex analytics to the database defined JDBC URL
Signature
apoc.jdbc.analytics(neo4jQuery :: STRING, jdbc :: STRING, sqlQuery :: STRING, params = [] :: LIST<ANY>?, config = {} :: MAP?) :: (value :: MAP?)
Input parameters
Name | Type | Default |
---|---|---|
neo4jQuery |
STRING |
null |
jdbc |
STRING |
null |
sqlQuery |
STRING |
null |
params |
LIST<ANY>? |
[] |
config |
MAP? |
{} |