| Package | Description |
|---|---|
| io.cdap.wrangler.api |
APIs for working with wrangler.
|
| io.cdap.wrangler.api.lineage | |
| io.cdap.wrangler.api.parser |
APIs for parsing directives.
|
| Class and Description |
|---|
| SyntaxError
The class
SyntaxError contains information about the errors observed
during parsing of the recipe. |
| Token
The Token class represents the object that contains the value and type of
the token as parsed by the parser of the grammar defined for recipe.
|
| TokenType
The TokenType class provides the enumerated types for different types of
tokens that are supported by the grammar.
|
| UsageDefinition
This class
UsageDefinition provides a way for users to registers the argument for UDDs. |
| Class and Description |
|---|
| ColumnName |
| Class and Description |
|---|
| Numeric
Class description here.
|
| Token
The Token class represents the object that contains the value and type of
the token as parsed by the parser of the grammar defined for recipe.
|
| TokenDefinition
The
TokenDefinition class represents a definition of token as specified
by the user while defining a directive usage. |
| TokenType
The TokenType class provides the enumerated types for different types of
tokens that are supported by the grammar.
|
| UsageDefinition
This class
UsageDefinition provides a way for users to registers the argument for UDDs. |
| UsageDefinition.Builder
This inner builder class provides a way to create
UsageDefinition
object. |
Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.