| Package | Description |
|---|---|
| io.cdap.wrangler.parser |
| Modifier and Type | Method and Description |
|---|---|
DirectivesParser.ColumnContext |
DirectivesParser.column() |
DirectivesParser.ColumnContext |
DirectivesParser.DirectiveContext.column(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<DirectivesParser.ColumnContext> |
DirectivesParser.DirectiveContext.column() |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectivesListener.enterColumn(DirectivesParser.ColumnContext ctx)
Enter a parse tree produced by
DirectivesParser.column(). |
void |
DirectivesBaseListener.enterColumn(DirectivesParser.ColumnContext ctx)
Enter a parse tree produced by
DirectivesParser.column(). |
void |
DirectivesListener.exitColumn(DirectivesParser.ColumnContext ctx)
Exit a parse tree produced by
DirectivesParser.column(). |
void |
DirectivesBaseListener.exitColumn(DirectivesParser.ColumnContext ctx)
Exit a parse tree produced by
DirectivesParser.column(). |
T |
DirectivesBaseVisitor.visitColumn(DirectivesParser.ColumnContext ctx)
Visit a parse tree produced by
DirectivesParser.column(). |
T |
DirectivesVisitor.visitColumn(DirectivesParser.ColumnContext ctx)
Visit a parse tree produced by
DirectivesParser.column(). |
RecipeSymbol.Builder |
RecipeVisitor.visitColumn(DirectivesParser.ColumnContext ctx)
A Directive can consist of column specifiers.
|
Copyright © 2024 CDAP Licensed under the Apache License, Version 2.0.