Package | Description |
---|---|
mondrian.rolap.aggmatcher |
Defines a 'matcher' which scans the schema to find candidate aggregate tables.
|
Modifier and Type | Class and Description |
---|---|
class |
AggStar.FactTable.Measure
This is a Column that is a Measure (contains an aggregator).
|
class |
AggStar.Table.Level
This class is used for holding dimension level information.
|
Modifier and Type | Method and Description |
---|---|
AggStar.Table.Column |
AggStar.lookupColumn(int bitPos)
Get the Column at the bit position.
|
Modifier and Type | Method and Description |
---|---|
List<AggStar.Table.Column> |
AggStar.FactTable.getColumns()
Returns a list of the columns in this table.
|
Modifier and Type | Method and Description |
---|---|
void |
AggStar.DimTable.addColumnsToList(List<AggStar.Table.Column> list)
Add all of this Table's columns to the list parameter and then add
all child table columns.
|
Copyright © 2018 Hitachi Vantara. All rights reserved.