ExprComp | R Documentation |
Composed Expression class.
Composed Expression class.
This abstract class is used as a parent class for ExprBinOp and ExprCommOp.
sqlq::Statement
-> sqlq::Expr
-> ExprComp
new()
Initializer.
ExprComp$new(paren = TRUE)
paren
Set to TRUE to enable parenthesis around the expression.
Nothing.
enableParenthesis()
Disable parenthesis around expression.
ExprComp$enableParenthesis(enabled)
enabled
Set to TRUE to enable parenthesis and FALSE to disable them.
Nothing.
clone()
The objects of this class are cloneable with this method.
ExprComp$clone(deep = FALSE)
deep
Whether to make a deep clone.
# No example provided, as this class is abstract.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.