Skip to content

Instantly share code, notes, and snippets.

@mbilski
Last active July 19, 2016 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbilski/50f640de13a2b5e9a02a63dd79d5bd19 to your computer and use it in GitHub Desktop.
Save mbilski/50f640de13a2b5e9a02a63dd79d5bd19 to your computer and use it in GitHub Desktop.
AST
Map(Filter(Join(LeftJoin, SimpleEntity(User), SimpleEntity(Device), u, d, BinaryOperation(u.id, ==, d.userId)), x1, BinaryOperation(x1._1.id, ==, RuntimeBinding(id))), x1, (x1._1.id, x1._1.name, x1._1.isActive, x1._2.id, x1._2.name, x1._2.userId)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment