| Package | Description |
|---|---|
| io.cdap.wrangler.api |
APIs for working with wrangler.
|
| io.cdap.wrangler.api.parser |
APIs for parsing directives.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Token> |
Arguments.value(String name)
This method returns the token
value based on the name
specified in the argument. |
| Modifier and Type | Method and Description |
|---|---|
Token |
TokenGroup.get(int i) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Token> |
TokenGroup.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
TokenGroup.add(Token token) |
void |
RecipeSymbol.Builder.addToken(Token token)
This method provides a way to add a
Token to the TokenGroup. |
| Modifier and Type | Class and Description |
|---|---|
class |
Bool
The Bool class wraps the primitive type
Boolean in a object. |
class |
BoolList
The Bool List class wraps the list of primitive type
Boolean in a object. |
class |
ColumnName |
class |
ColumnNameList
Class description here.
|
class |
DirectiveName
Class description here.
|
class |
Expression
Class description here.
|
class |
Identifier
The
Identifier class wraps the primitive type String in a object. |
class |
Numeric
Class description here.
|
class |
NumericList
Class description here.
|
class |
Properties
Class description here.
|
class |
Ranges
Class description here.
|
class |
Text
Class description here.
|
class |
TextList
Class description here.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Token> |
Properties.value() |
| Constructor and Description |
|---|
Properties(Map<String,Token> values) |
Copyright © 2020 CDAP Licensed under the Apache License, Version 2.0.