MCPcopy Create free account
hub / github.com/apitable/apitable / Min

Class Min

packages/core/src/formula_parser/functions/numeric.ts:295–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293
294// The Min function is different from Max only in the calculation method calcFn
295export class Min extends Max {
296 static override func(params: IFormulaParam<number>[]): NumericType {
297 return this.calc(params, min);
298 }
299}
300
301export class Log extends NumericFunc {
302 static override validateParams(params: AstNode[]) {

Callers 4

page.ro.tsFile · 0.85
AssetUploadQueryRoClass · 0.85
NodeListQueryRoClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected