| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.ia.clientlibrary |
Implements a client library for integrating with IBM Information Analyzer through its REST API.
|
| org.odpi.egeria.connectors.ibm.ia.clientlibrary.model |
Defines data constructs needed to handle IBM Information Analyzer metadata.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ColumnAnalysisResults> |
IARestClient.getColumnAnalysisResultsForTable(String projectName,
String tableName)
Retrieve the column analysis results for a table as a Map, keyed by the name of the column.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnAnalysisResults |
Column.getColumnAnalysisResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
Column.setColumnAnalysisResults(ColumnAnalysisResults columnAnalysisResults) |
Copyright © 2018–2019 ODPi. All rights reserved.