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

Cypher Quality Assurance #513

Open
wants to merge 56 commits into
base: master
Choose a base branch
from
Open

Cypher Quality Assurance #513

wants to merge 56 commits into from

Conversation

alyaa999
Copy link

@alyaa999 alyaa999 commented Aug 19, 2024

Final Report: GSoC '24

Student: Alyaa Mamoon
Organization: Polypheny
Mentors: Marc Hennemann, Marco Vogt
Project: Project Proposal

Project Overview

During the GSoC '24 program, I focused on improving the test coverage for the Cypher query language in Polypheny, covering as many features as possible as described in the Polypheny documentation. This enhancement ensures a more robust implementation of Cypher within Polypheny.

Features Covered in Testing

General Clauses

  • CALL procedure
  • CASE
  • FILTER
  • LIMIT
  • ORDER BY
  • SKIP
  • UNION
  • UNWIND
  • WITH

Read Clauses

  • MATCH

Write Clauses

  • DELETE
  • DETACH DELETE
  • INSERT
  • SET
  • FOR EACH
  • MERGE
  • REMOVE

Functions

  • Aggregate Functions (count, max , min , sum , collect , stdev)
  • List Functions(size , range , labels , nodes , relations )
  • Numeric Functions(abs , round , floor , ceil , sqrt )
  • Spatial Functions(cartesian2DPoint - WGS_843DPoint)
  • String Functions(upper , empty , lower , substring ,trim , replace, length)
  • Temporal Functions(date , datetime , time ,duration , duration between)
  • Scaler Functions ( type, id , coalesce)
  • Predicate Functions (exist)

Operators

  • Boolean Operators ( conjunction, disjunction, exclusive disjunction, negation )
  • Comparison Operators( is null , is not null , > , < , <= , >= , = , <>)
  • List Operators(In operator)
  • Mathematical Operators( + , - , * , / , % , ^)
  • String Operators(concatenate)

Subqueries

  • CALL Subqueries
  • COUNT Subqueries
  • EXISTS Subqueries
  • COLLECT Subqueries

I am incredibly grateful for the opportunity to contribute to Polypheny through the GSoC program. I've gained invaluable knowledge and experience.

@alyaa999 alyaa999 changed the title Main Cypher Quality Assurance Aug 19, 2024
@vogti vogti force-pushed the main branch 2 times, most recently from 3c497ad to d7ad4b9 Compare August 25, 2024 14:17
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