Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix operator-summary.adoc (#732) #742

Merged
merged 1 commit into from
Sep 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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