final case classIdentRelationAST[A](name: slamdata.Predef.String, alias: slamdata.Predef.Option[slamdata.Predef.String]) extends NamedRelation[A] with Product with Serializable
IdentRelationAST allows us to reference a let binding in a relation (i.e. table)
context. ExprF.IdentF allows us to reference a let binding in expression context.
Ideally we can unify these two contexts, providing a single way to reference a
let binding.
IdentRelationAST allows us to reference a let binding in a relation (i.e. table) context. ExprF.IdentF allows us to reference a let binding in expression context. Ideally we can unify these two contexts, providing a single way to reference a let binding.