The Wayback Machine - https://web.archive.org/web/20211127195702/https://github.com/topics/trino
Skip to content
#

trino

Here are 35 public repositories matching this topic...

RAbraham
RAbraham commented Jul 25, 2021

Hi,

%%logica Engineers

@Engine("sqlite");

Employee(name: "Alice", role: "Product Manager");
Employee(name: "Bob", role: "Engineer");
Employee(name: "Caroline", role: "Engineer");
Employee(name: "David", role: "Data Scientist");
Employee(name: "Eve", role: "Data Scientist");

Engineers(..r) :- Employee(..r), r.role == "Engineer";  # <====== This fails
# Engineers(name:, role:) :-

Improve this page

Add a description, image, and links to the trino topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the trino topic, visit your repo's landing page and select "manage topics."

Learn more