@bazilio-san/af-stream
Version:
Data stream from database table
16 lines • 1.74 kB
TypeScript
export { IStreamConstructorOptions, Stream } from './Stream';
export { LastTimeRecords } from './LastTimeRecords';
export { RecordsBuffer } from './RecordsBuffer';
export { IStartTimeRedisOptions, StartTimeRedis } from './StartTimeRedis';
export { getVirtualTimeObj, IVirtualTimeObjOptions, VirtualTimeObj } from './VirtualTimeObj';
export { TDbRecord, TEventRecord, IDbConfig, TSlot, IEmPortionOfDataCount, IEmPortionOfDataSql, IEmVirtualHourChanged, IEmVirtualDateChanged, IEmSubtractedLastTimeRecords, IEmCurrentLastTimeRecords, IEmBeforeLoadNextPortion, IEmAfterLoadNextPortion, IEmSaveLastTs, } from './interfaces';
export { getTimeParamMillis, getTimeParamFromMillis, timeParamRE, padL, padR, sleep, } from './utils/utils';
export { findIndexOfNearestSmallerLEFT, findIndexOfNearestSmallerRIGHT, findIndexOfNearestSmallerBINARY, findIndexOfNearestSmaller, findIndexOfNearestSmallerLEFT as findSmallestIndexLinear, // compatibility
findIndexOfNearestSmallerRIGHT as findIndexOfNearestSmallFromRight, // compatibility
findIndexOfNearestSmallerBINARY as findSmallestIndexBinary, // compatibility
findIndexOfNearestSmaller as findSmallestIndex, } from './utils/find-index-of-nearest-smaller';
export { findIndexOfNearestSmallerInNumArrayLEFT, findIndexOfNearestSmallerInNumArrayRIGHT, findIndexOfNearestSmallerInNumArrayBINARY, findIndexOfNearestSmallerInNumArray, } from './utils/find-index-of-nearest-smaller-in-num-array';
export { findSlotIntLEFT, findSlotIntRIGHT, findSlotIntBINARY, findSlotInt, } from './utils/find-slot-int';
export { findSlotFloatLEFT, findSlotFloatRIGHT, findSlotFloatBINARY, findSlotFloat, } from './utils/find-slot-float';
export { TS_FIELD } from './constants';
//# sourceMappingURL=index.d.ts.map