Preview Release for Neo4j 3.1.0-M10 with User Defined Functions
Pre-releaseWe already converted about 50 procedures into functions from the following areas:
package | # of functions | example function |
---|---|---|
date & time conversion |
3 |
|
number conversion |
3 |
|
general type conversion |
8 |
|
type information and checking |
4 |
|
collection and map functions |
25 |
|
JSON conversion |
4 |
|
string functions |
7 |
|
hash functions |
2 |
|
We also started to add default values for parameters and deprecate procedures that required alternative names because of a wider parameter set.
We also moved the Description
annotation from APOC's own to the one now provided within Neo4j, so you'll see the descriptions for all functions and procedures in dbms.procedures()
.