MCPcopy Index your code
hub / github.com/microsoft/SandDance / selectNullOrEmpty

Function selectNullOrEmpty

packages/sanddance/src/expression.ts:26–32  ·  view source on GitHub ↗
(column: Column)

Source from the content-addressed store, hash-verified

24}
25
26export function selectNullOrEmpty(column: Column) {
27 const searchExpression: SearchExpression = {
28 name: column.name,
29 operator: 'isnullorEmpty',
30 };
31 return searchExpression;
32}
33
34export function selectExact(column: Column, value: SearchExpressionValue) {
35 if (value == null) {

Callers 2

selectQuantitativeFunction · 0.90
selectExactFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected