MCPcopy
hub / github.com/antonycourtney/tad / filter

Method filter

packages/reltab/src/QueryExp.ts:102–104  ·  view source on GitHub ↗
(fexp: FilterExp)

Source from the content-addressed store, hash-verified

100 }
101
102 filter(fexp: FilterExp): QueryExp {
103 return new QueryExp({ operator: "filter", fexp, from: this._rep });
104 }
105
106 mapColumns(cmap: { [colName: string]: ColumnMapInfo }): QueryExp {
107 return new QueryExp({ operator: "mapColumns", cmap, from: this._rep });

Callers 15

basic.test.tsFile · 0.80
basic.auto.test.tsFile · 0.80
applyPathMethod · 0.80
getBaseSchemaFunction · 0.80
webpack.config.jsFile · 0.80
xFunction · 0.80
jquery.min.jsFile · 0.80
requestQueryViewFunction · 0.80
setHistogramBrushFilterFunction · 0.80
createGridFunction · 0.80
handleApplyFunction · 0.80
mkColValsLoaderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected