As method

Expr As(
  1. String alias
)

Implementation

Expr As(String alias) {
  return new AliasedExpr(this, alias);
}