| 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,List<DataQualityProblem>> |
IARestClient.getDataQualityAnalysisResultsForTable(String projectName,
String tableName)
Retrieve the data quality analysis results for a table as a Map, keyed by the name of the column.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataQualityProblem> |
Column.getDataQualityProblems() |
| Modifier and Type | Method and Description |
|---|---|
void |
Column.setDataQualityProblems(List<DataQualityProblem> dataQualityProblems) |
Copyright © 2018–2021 ODPi. All rights reserved.