| Package | Description |
|---|---|
| org.wso2.carbon.analytics.datasource.commons |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnDefinitionExt
This class represents a definition of a column in an analytics schema with any field having
the ability to become a facet.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ColumnDefinition> |
AnalyticsSchema.getColumns() |
Map<String,ColumnDefinition> |
AnalyticsSchema.getIndexedColumns() |
| Modifier and Type | Method and Description |
|---|---|
static ColumnDefinitionExt |
ColumnDefinitionExt.copy(ColumnDefinition colDef) |
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyticsSchema.setIndexedColumns(Map<String,ColumnDefinition> indexedColumns) |
| Constructor and Description |
|---|
AnalyticsSchema(List<ColumnDefinition> columns,
List<String> primaryKeys) |
Copyright © 2016 WSO2. All rights reserved.