Package | Description |
---|---|
com.macrofocus.molap.table |
Provides the necessary classes and interfaces for dealing with fact tables.
|
Modifier and Type | Method and Description |
---|---|
Map<ColumnsValue,List<Row>> |
AbstractIndexedTable.getIndex(Columns key) |
Map<ColumnsValue,List<Row>> |
IndexedTable.getIndex(Columns key) |
Map<ColumnsValue,Row> |
AbstractIndexedTable.getUniqueIndex(Columns key) |
Map<ColumnsValue,Row> |
IndexedTable.getUniqueIndex(Columns key) |
Constructor and Description |
---|
LookupColumn(Columns primaryKey,
Columns foreignKey,
Column value) |
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.