FactTable that handle storing time series Facts.See: Description
| Class | Description |
|---|---|
| EntityTable |
This class handle assignment of unique ID to entity name, persisted by a OVCTable.
|
| Fact |
Represents measure in time with dimension values assigned to it
|
| FactCodec |
Helper for serde of Fact into columnar format.
|
| FactScan |
Defines a scan over facts in a
FactTable. |
| FactScanner |
Scans facts in a
FactTable. |
| FactScanResult |
An single result item returned by
FactScanner. |
| FactTable |
Table for storing
Facts. |
FactTable that handle storing time series Facts.Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.