Skip to content

[SPARQL] Validate operand types in expressions #412

Description

@remiceres

Some built-in functions are parsed, but argument types and argument count are not checked.

Examples:

  • ABS("abc")
  • MD5(12)
  • SHA1()
  • RAND(?x)

Goal:

  • validate argument count
  • validate argument types
  • add tests for valid and invalid cases
  • follow real SPARQL behavior

Metadata

Metadata

Assignees

Labels

RefactoringIssue created during the 2025 refactoring effort

Type

No fields configured for Task.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions