Skip to content

Commit

Permalink
[NOID] changed label extended to full
Browse files Browse the repository at this point in the history
  • Loading branch information
vga91 committed Jan 15, 2025
1 parent 7a66a42 commit 73a350f
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.custom.list()` - provide a list of custom procedures/function registered
¦label:procedure[]
¦label:apoc-extended[]
¦label:apoc-full[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.custom.list()` - provide a list of custom procedures/function registered
¦label:procedure[]
¦label:apoc-extended[]
¦label:apoc-full[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.custom.list()` - provide a list of custom procedures/function registered
¦label:procedure[]
¦label:apoc-extended[]
¦label:apoc-full[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.custom.list()` - provide a list of custom procedures/function registered
¦label:procedure[]
¦label:apoc-extended[]
¦label:apoc-full[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.custom.list()` - provide a list of custom procedures/function registered
¦label:procedure[]
¦label:apoc-extended[]
¦label:apoc-full[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.custom.list()` - provide a list of custom procedures/function registered
¦label:procedure[]
¦label:apoc-extended[]
¦label:apoc-full[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.trigger.toNode(node, removedLabels, removedNodeProperties)` - function to rebuild a node as a virtual one, to be used in triggers with a not 'afterAsync' phase.
¦label:function[]
¦label:apoc-extended[]
¦label:apoc-full[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.trigger.toRelationship(rel, removedRelationshipProperties)` - function to rebuild a relationship as a virtual one, to be used in triggers with a not 'afterAsync' phase.
¦label:function[]
¦label:apoc-extended[]
¦label:apoc-full[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
= apoc.agg.multiStats
:description: This section contains reference documentation for the apoc.agg.multiStats function.

label:function[] label:apoc-extended[]
label:function[] label:apoc-full[]

[.emphasis]
apoc.agg.multiStats(nodeOrRel, keys) - Return a multi-dimensional aggregation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= apoc.convert.fromYaml
:description: This section contains reference documentation for the apoc.convert.fromYaml function.

label:function[] label:apoc-extended[]
label:function[] label:apoc-full[]

[.emphasis]
apoc.convert.fromYaml(value, $config) - Deserializes the YAML string to Neo4j value
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
= apoc.custom.dropAll
:description: This section contains reference documentation for the apoc.custom.dropAll procedure.

label:procedure[] label:apoc-extended[]
label:procedure[] label:apoc-full[]

[.emphasis]
Eventually drops all previously added custom procedures/functions and returns info
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
= apoc.custom.dropFunction
:description: This section contains reference documentation for the apoc.custom.dropFunction procedure.

label:procedure[] label:apoc-extended[]
label:procedure[] label:apoc-full[]

[.emphasis]
Eventually drops the targeted custom function
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
= apoc.custom.dropProcedure
:description: This section contains reference documentation for the apoc.custom.dropProcedure procedure.

label:procedure[] label:apoc-extended[]
label:procedure[] label:apoc-full[]

[.emphasis]
Eventually drops the targeted custom procedure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
= apoc.custom.installFunction
:description: This section contains reference documentation for the apoc.custom.installFunction procedure.

label:procedure[] label:apoc-extended[]
label:procedure[] label:apoc-full[]

[.emphasis]
Eventually registers a custom cypher function
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
= apoc.custom.installProcedure
:description: This section contains reference documentation for the apoc.custom.installProcedure procedure.

label:procedure[] label:apoc-extended[]
label:procedure[] label:apoc-full[]

[.emphasis]
Eventually registers a custom cypher procedure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
= apoc.custom.show
:description: This section contains reference documentation for the apoc.custom.show procedure.

label:procedure[] label:apoc-extended[]
label:procedure[] label:apoc-full[]

[.emphasis]
Provides a list of custom procedures/function registered
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= apoc.import.arrow
:description: This section contains reference documentation for the apoc.import.arrow procedure.

label:procedure[] label:apoc-extended[]
label:procedure[] label:apoc-full[]

[.emphasis]
apoc.import.arrow(input, $config) - Imports arrow from the provided arrow file or byte array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
= apoc.trigger.toNode
:description: This section contains reference documentation for the apoc.trigger.toNode function.

label:function[] label:apoc-extended[]
label:function[] label:apoc-full[]

== Signature

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
= apoc.trigger.toRelationship
:description: This section contains reference documentation for the apoc.trigger.toRelationship function.

label:function[] label:apoc-extended[]
label:function[] label:apoc-full[]

== Signature

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
= apoc.util.hashCode
:description: This section contains reference documentation for the apoc.util.hashCode function.

label:function[] label:apoc-extended[]
label:function[] label:apoc-full[]

[.emphasis]
apoc.util.hashCode(value) - Returns the java.lang.Object#hashCode() of the value
Expand Down

0 comments on commit 73a350f

Please sign in to comment.