getAttributes
The getAttributes method returns all the attributes in the source table's AttributeMap.
Syntax
Parameters
| Parameter | Type | Description |
|---|---|---|
| included | Predicate<String> | A predicate to determine which attribute keys to include. |
Returns
All of the attributes in the source table's AttributeMap.
Examples
In this example, we create an Input Table and then print the result of a call to getAttributes(), returning our Input Table's AttributeMap.