9 lines
296 B
TypeScript
9 lines
296 B
TypeScript
|
|
/**
|
||
|
|
* Aggregation Engine - barrel export
|
||
|
|
*/
|
||
|
|
|
||
|
|
export { AggregationIndex } from './AggregationIndex.js'
|
||
|
|
export { AggregateMaterializer } from './materializer.js'
|
||
|
|
export type { MaterializerBrainAccess } from './materializer.js'
|
||
|
|
export { bucketTimestamp, parseBucketRange } from './timeWindows.js'
|