| Package | Description |
|---|---|
| io.cdap.wrangler.expression |
| Modifier and Type | Method and Description |
|---|---|
static EL |
EL.compile(ELRegistration registration,
String expression)
Compiles the given expressions and return an
EL for script execution. |
static EL |
EL.compile(String expression)
Same as calling
compile(ELRegistration, String) using EL.DefaultFunctions. |
| Constructor and Description |
|---|
ELContext(ExecutorContext context,
EL el,
Row row)
Sets the context for EL, includes the required variables in expression, 'this' and 'ctx'.
|
Copyright © 2024 CDAP Licensed under the Apache License, Version 2.0.