Skip to content

Add Vector type support #3009

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Add Vector type support #3009

wants to merge 6 commits into from

Conversation

meistermeier
Copy link
Collaborator

@meistermeier meistermeier commented Apr 28, 2025

Map org.springframework.data.domain.Vector to setNodeVectorProperty procedure call.

Open documentation tasks

  • double vector in SDN only
  • precision on rest/representation
  • only one vector property allowed for an entity definition

Note to myself, there should be a close the issue commit on squash.

Signed-off-by: Gerrit Meier <meistermeier@gmail.com>
Signed-off-by: Gerrit Meier <meistermeier@gmail.com>
Signed-off-by: Gerrit Meier <meistermeier@gmail.com>
@@ -308,6 +308,17 @@ public Statement prepareSaveOf(NodeDescription<?> nodeDescription,
Assert.notNull(idDescription, "Cannot save individual nodes without an id attribute");
Parameter<?> idParameter = parameter(Constants.NAME_OF_ID);

Function<StatementBuilder.OngoingMatchAndUpdate, Statement> vectorProcedureCall = (bs) -> {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

;)

meistermeier and others added 3 commits April 28, 2025 15:49
Co-authored-by: Michael Simons <michael@simons.ac>
Signed-off-by: Gerrit Meier <meistermeier@gmail.com>
Signed-off-by: Gerrit Meier <meistermeier@gmail.com>
Signed-off-by: Gerrit Meier <meistermeier@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants