From e0cb06c3fa8fb3303069a139c17cea065a947390 Mon Sep 17 00:00:00 2001 From: Love Kristofer Leifland Date: Mon, 25 Sep 2023 15:13:12 +0200 Subject: [PATCH] Fix operator-summary.adoc (#732) --- .../execution-plans/operator-summary.adoc | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/modules/ROOT/pages/execution-plans/operator-summary.adoc b/modules/ROOT/pages/execution-plans/operator-summary.adoc index 835f5ee8a..47790a89e 100644 --- a/modules/ROOT/pages/execution-plans/operator-summary.adoc +++ b/modules/ROOT/pages/execution-plans/operator-summary.adoc @@ -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[] | | @@ -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[] | | @@ -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[] | | @@ -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. @@ -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[] | | @@ -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[] +| | | @@ -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[] | | @@ -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[] | | @@ -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[] | |