killme2008 / killme2008/aviatorscript

Collection query language

Open
#240 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
5.2k
Forks
906
PR merge metrics
No merged PRs in 30d

Description

Supports SQL-like language `select a,b,c from list where a = 1` to query elements from collection, and `list` is a java collection such as array/list/set etc.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reviewing how AviatorScript currently parses expressions and accesses Java collections, then determine where the proposed SQL-like syntax would fit. The issue describes querying array, list, and set values with select, from, and where clauses; done means those examples work consistently across the stated collection types.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
compilers
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.