| 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
EL.compile(ELRegistration, String) using EL.DefaultFunctions. |
ELResult |
EL.execute(ELContext context) |
Copyright © 2022 CDAP Licensed under the Apache License, Version 2.0.