@Experimental public class Apply extends java.lang.Object implements IParams
| Modifier and Type | Method and Description |
|---|---|
void |
addParams(CommandArguments args) |
static Apply |
of(java.lang.String expression)
Create an APPLY operation.
|
static Apply |
of(java.lang.String expression,
java.lang.String alias)
Create an APPLY operation.
|
public static Apply of(java.lang.String expression)
expression - the expression to applypublic static Apply of(java.lang.String expression, java.lang.String alias)
expression - the expression to applyalias - the alias for the resultpublic void addParams(CommandArguments args)
Copyright © 2026. All rights reserved.