universe 包
该 universe
包提供了一些默认加载到 Flux 运行时且无需导入语句的选项和原始函数。
常量
inf
- inf 代表一个无穷大的浮点数。
选项
option now = system.time
now
now
是一个函数选项,默认情况下返回当前系统时间。
now() 与 system.time()
now()
返回当前系统时间(UTC)。 now()
在运行时被缓存,所以 Flux 脚本中所有 now()
的执行都返回相同的时间值。 system.time()
返回执行 system.time()
时的系统时间(UTC)。Flux 脚本中每个 system.time()
实例都返回一个唯一的值。
函数
- aggregateWindow()
- bool()
- bottom()
- bytes()
- chandeMomentumOscillator()
- columns()
- contains()
- count()
- cov()
- covariance()
- cumulativeSum()
- derivative()
- die()
- difference()
- display()
- distinct()
- doubleEMA()
- drop()
- duplicate()
- duration()
- elapsed()
- exponentialMovingAverage()
- fill()
- filter()
- findColumn()
- findRecord()
- first()
- float()
- getColumn()
- getRecord()
- group()
- highestAverage()
- highestCurrent()
- highestMax()
- histogram()
- histogramQuantile()
- holtWinters()
- hourSelection()
- increase()
- int()
- integral()
- join()
- kaufmansAMA()
- kaufmansER()
- keep()
- keys()
- keyValues()
- last()
- length()
- limit()
- linearBins()
- logarithmicBins()
- lowestAverage()
- lowestCurrent()
- lowestMin()
- map()
- max()
- mean()
- median()
- min()
- mode()
- movingAverage()
- now()
- pearsonr()
- pivot()
- quantile()
- range()
- reduce()
- relativeStrengthIndex()
- rename()
- sample()
- set()
- skew()
- sort()
- spread()
- stateCount()
- stateDuration()
- stateTracking()
- stddev()
- string()
- sum()
- tableFind()
- tail()
- time()
- timedMovingAverage()
- timeShift()
- timeWeightedAvg()
- toBool()
- today()
- toFloat()
- toInt()
- top()
- toString()
- toTime()
- toUInt()
- tripleEMA()
- tripleExponentialDerivative()
- truncateTimeColumn()
- uint()
- union()
- unique()
- window()
- yield()
本页面有帮助吗?
感谢您的反馈!