Skip to content

Commit

Permalink
Fix operator-summary.adoc (#732) (#742)
Browse files Browse the repository at this point in the history
Co-authored-by: Love Kristofer Leifland <[email protected]>
  • Loading branch information
JPryce-Aklundh and loveleif authored Sep 25, 2023
1 parent 09f3ae4 commit acdf3e6
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions modules/ROOT/pages/execution-plans/operator-summary.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Tests for the absence of a pattern predicate.

| xref::execution-plans/operators.adoc#query-plan-asserting-multi-node-index-seek[AssertingMultiNodeIndexSeek]
| Used to ensure that no property uniqueness constraints are violated.
|
| label:yes[]
|
|

Expand Down Expand Up @@ -114,7 +114,7 @@ Tests for the absence of a pattern predicate.

| xref::execution-plans/operators.adoc#query-plan-directed-all-relationships-scan[DirectedAllRelationshipsScan]
| Fetches all relationships and their start and end nodes in the database.
|
| label:yes[]
|
|

Expand All @@ -126,43 +126,43 @@ Tests for the absence of a pattern predicate.

| xref::execution-plans/operators.adoc#query-plan-directed-relationship-index-contains-scan[DirectedRelationshipIndexContainsScan]
| Examines all values stored in an index, searching for entries containing a specific string; for example, in queries including `CONTAINS`.
|
| label:yes[]
|
|

| xref::execution-plans/operators.adoc#query-plan-directed-relationship-index-ends-with-scan[DirectedRelationshipIndexEndsWithScan]
| Examines all values stored in an index, searching for entries ending in a specific string; for example, in queries containing `ENDS WITH`.
|
| label:yes[]
|
|

| xref::execution-plans/operators.adoc#query-plan-directed-relationship-index-scan[DirectedRelationshipIndexScan]
| Examines all values stored in an index, returning all relationships and their start and end nodes with a particular relationship type and a specified property.
|
| label:yes[]
|
|

| xref::execution-plans/operators.adoc#query-plan-directed-relationship-index-seek[DirectedRelationshipIndexSeek]
| Finds relationships and their start and end nodes using an index seek.
|
| label:yes[]
|
|

| xref::execution-plans/operators.adoc#query-plan-directed-relationship-index-seek-by-range[DirectedRelationshipIndexSeekByRange]
| Finds relationships and their start and end nodes using an index seek where the value of the property matches a given prefix string.
|
| label:yes[]
|
|

| xref::execution-plans/operators.adoc#query-plan-directed-relationship-type-scan[DirectedRelationshipTypeScan]
| Fetches all relationships and their start and end nodes with a specific type from the relationship type index.
|
| label:yes[]
|
|

| xref::execution-plans/operators.adoc#query-plan-directed-union-relationship-types-scan[DirectedUnionRelationshipTypesScan]
| Fetches all relationships and their start and end nodes with at least one of the provided types from the relationship type index.
|
| label:yes[]
|
|

Expand Down Expand Up @@ -212,7 +212,7 @@ Tests for the absence of a pattern predicate.
| Eagerly loads all incoming data and discards it.
|
|
|
| label:eager[]

| xref::execution-plans/operators.adoc#query-plan-empty-row[EmptyRow]
| Returns a single row with no columns.
Expand Down Expand Up @@ -256,7 +256,7 @@ Yields rows from the left-hand operator and discards rows from the right-hand op

| xref::execution-plans/operators.adoc#query-plan-intersection-node-by-labels-scan[IntersectionNodeByLabelsScan]
| Fetches all nodes that have all of the provided labels from the node label index.
|
| label:yes[]
|
|

Expand Down Expand Up @@ -470,7 +470,7 @@ Is not eager.

| xref::execution-plans/operators.adoc#query-plan-projection[Projection]
| Evaluates a set of expressions, producing a row with the results thereof.
| label:yes[]
|
|
|

Expand Down Expand Up @@ -630,7 +630,7 @@ Tests for the absence of a pattern predicate if an expression predicate evaluate

| xref::execution-plans/operators.adoc#query-plan-undirected-all-relationships-scan[UndirectedAllRelationshipsScan]
| Fetches all relationships and their start and end nodes in the database.
|
| label:yes[]
|
|

Expand All @@ -642,43 +642,43 @@ Tests for the absence of a pattern predicate if an expression predicate evaluate

| xref::execution-plans/operators.adoc#query-plan-undirected-relationship-index-contains-scan[UndirectedRelationshipIndexContainsScan]
| Examines all values stored in an index, searching for entries containing a specific string; for example, in queries including `CONTAINS`.
|
| label:yes[]
|
|

| xref::execution-plans/operators.adoc#query-plan-undirected-relationship-index-ends-with-scan[UndirectedRelationshipIndexEndsWithScan]
| Examines all values stored in an index, searching for entries ending in a specific string; for example, in queries containing `ENDS WITH`.
|
| label:yes[]
|
|

| xref::execution-plans/operators.adoc#query-plan-undirected-relationship-index-scan[UndirectedRelationshipIndexScan]
| Examines all values stored in an index, returning all relationships and their start and end nodes with a particular relationship type and a specified property.
|
| label:yes[]
|
|

| xref::execution-plans/operators.adoc#query-plan-undirected-relationship-index-seek[UndirectedRelationshipIndexSeek]
| Finds relationships and their start and end nodes using an index seek.
|
| label:yes[]
|
|

| xref::execution-plans/operators.adoc#query-plan-undirected-relationship-index-seek-by-range[UndirectedRelationshipIndexSeekByRange]
| Finds relationships and their start and end nodes using an index seek where the value of the property matches a given prefix string.
|
| label:yes[]
|
|

| xref::execution-plans/operators.adoc#query-plan-undirected-relationship-type-scan[UndirectedRelationshipTypeScan]
| Fetches all relationships and their start and end nodes with a specific type from the relationship type index.
|
| label:yes[]
|
|

| xref::execution-plans/operators.adoc#query-plan-undirected-union-relationship-types-scan[UndirectedUnionRelationshipTypesScan]
| Fetches all relationships and their start and end nodes with at least one of the provided types from the relationship type index.
|
| label:yes[]
|
|

Expand All @@ -690,7 +690,7 @@ Tests for the absence of a pattern predicate if an expression predicate evaluate

| xref::execution-plans/operators.adoc#query-plan-union-node-by-labels-scan[UnionNodeByLabelsScan]
| Fetches all nodes that have at least one of the provided labels from the node label index.
|
| label:yes[]
|
|

Expand Down

0 comments on commit acdf3e6

Please sign in to comment.