| Package | Description |
|---|---|
| io.cdap.wrangler.api |
APIs for working with wrangler.
|
| Modifier and Type | Method and Description |
|---|---|
Row |
Row.add(String name,
Object value)
Adds a value into row with name.
|
Row |
ErrorRecord.getRow() |
Row |
Row.remove(int idx)
Removes the column and value at given index.
|
Row |
Row.setValue(int idx,
Object value)
Updates the value of the row at index idx.
|
| Constructor and Description |
|---|
ErrorRecord(Row row,
String message,
int code) |
ErrorRecord(Row row,
String message,
int code,
boolean showInWrangler) |
Row(Row row)
Makes a copy of the row.
|
Copyright © 2022 CDAP Licensed under the Apache License, Version 2.0.