|
@@ -3,7 +3,8 @@
|
|
|
"type" : "operator",
|
|
|
"operator" : "IS NOT NULL",
|
|
|
"name" : "is_not_null",
|
|
|
- "description" : "Use `IS NOT NULL` to filter data based on whether the field exists or not.",
|
|
|
+ "description" : "Returns `false` if the value is `NULL`, `true` otherwise.",
|
|
|
+ "note" : "If a field is only in some documents it will be `NULL` in the documents that did not contain it.",
|
|
|
"signatures" : [
|
|
|
{
|
|
|
"params" : [
|
|
@@ -11,7 +12,7 @@
|
|
|
"name" : "field",
|
|
|
"type" : "boolean",
|
|
|
"optional" : false,
|
|
|
- "description" : "Input value. The input can be a single- or multi-valued column or an expression."
|
|
|
+ "description" : "Value to check. It can be a single- or multi-valued column or an expression."
|
|
|
}
|
|
|
],
|
|
|
"variadic" : false,
|
|
@@ -23,7 +24,7 @@
|
|
|
"name" : "field",
|
|
|
"type" : "cartesian_point",
|
|
|
"optional" : false,
|
|
|
- "description" : "Input value. The input can be a single- or multi-valued column or an expression."
|
|
|
+ "description" : "Value to check. It can be a single- or multi-valued column or an expression."
|
|
|
}
|
|
|
],
|
|
|
"variadic" : false,
|
|
@@ -35,7 +36,43 @@
|
|
|
"name" : "field",
|
|
|
"type" : "cartesian_shape",
|
|
|
"optional" : false,
|
|
|
- "description" : "Input value. The input can be a single- or multi-valued column or an expression."
|
|
|
+ "description" : "Value to check. It can be a single- or multi-valued column or an expression."
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "variadic" : false,
|
|
|
+ "returnType" : "boolean"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "params" : [
|
|
|
+ {
|
|
|
+ "name" : "field",
|
|
|
+ "type" : "counter_double",
|
|
|
+ "optional" : false,
|
|
|
+ "description" : "Value to check. It can be a single- or multi-valued column or an expression."
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "variadic" : false,
|
|
|
+ "returnType" : "boolean"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "params" : [
|
|
|
+ {
|
|
|
+ "name" : "field",
|
|
|
+ "type" : "counter_integer",
|
|
|
+ "optional" : false,
|
|
|
+ "description" : "Value to check. It can be a single- or multi-valued column or an expression."
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "variadic" : false,
|
|
|
+ "returnType" : "boolean"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "params" : [
|
|
|
+ {
|
|
|
+ "name" : "field",
|
|
|
+ "type" : "counter_long",
|
|
|
+ "optional" : false,
|
|
|
+ "description" : "Value to check. It can be a single- or multi-valued column or an expression."
|
|
|
}
|
|
|
],
|
|
|
"variadic" : false,
|
|
@@ -47,7 +84,7 @@
|
|
|
"name" : "field",
|
|
|
"type" : "date",
|
|
|
"optional" : false,
|
|
|
- "description" : "Input value. The input can be a single- or multi-valued column or an expression."
|
|
|
+ "description" : "Value to check. It can be a single- or multi-valued column or an expression."
|
|
|
}
|
|
|
],
|
|
|
"variadic" : false,
|
|
@@ -59,7 +96,7 @@
|
|
|
"name" : "field",
|
|
|
"type" : "date_nanos",
|
|
|
"optional" : false,
|
|
|
- "description" : "Input value. The input can be a single- or multi-valued column or an expression."
|
|
|
+ "description" : "Value to check. It can be a single- or multi-valued column or an expression."
|
|
|
}
|
|
|
],
|
|
|
"variadic" : false,
|
|
@@ -71,7 +108,7 @@
|
|
|
"name" : "field",
|
|
|
"type" : "double",
|
|
|
"optional" : false,
|
|
|
- "description" : "Input value. The input can be a single- or multi-valued column or an expression."
|
|
|
+ "description" : "Value to check. It can be a single- or multi-valued column or an expression."
|
|
|
}
|
|
|
],
|
|
|
"variadic" : false,
|
|
@@ -83,7 +120,7 @@
|
|
|
"name" : "field",
|
|
|
"type" : "geo_point",
|
|
|
"optional" : false,
|
|
|
- "description" : "Input value. The input can be a single- or multi-valued column or an expression."
|
|
|
+ "description" : "Value to check. It can be a single- or multi-valued column or an expression."
|
|
|
}
|
|
|
],
|
|
|
"variadic" : false,
|
|
@@ -95,7 +132,7 @@
|
|
|
"name" : "field",
|
|
|
"type" : "geo_shape",
|
|
|
"optional" : false,
|
|
|
- "description" : "Input value. The input can be a single- or multi-valued column or an expression."
|
|
|
+ "description" : "Value to check. It can be a single- or multi-valued column or an expression."
|
|
|
}
|
|
|
],
|
|
|
"variadic" : false,
|
|
@@ -107,7 +144,7 @@
|
|
|
"name" : "field",
|
|
|
"type" : "integer",
|
|
|
"optional" : false,
|
|
|
- "description" : "Input value. The input can be a single- or multi-valued column or an expression."
|
|
|
+ "description" : "Value to check. It can be a single- or multi-valued column or an expression."
|
|
|
}
|
|
|
],
|
|
|
"variadic" : false,
|
|
@@ -119,7 +156,7 @@
|
|
|
"name" : "field",
|
|
|
"type" : "ip",
|
|
|
"optional" : false,
|
|
|
- "description" : "Input value. The input can be a single- or multi-valued column or an expression."
|
|
|
+ "description" : "Value to check. It can be a single- or multi-valued column or an expression."
|
|
|
}
|
|
|
],
|
|
|
"variadic" : false,
|
|
@@ -131,7 +168,7 @@
|
|
|
"name" : "field",
|
|
|
"type" : "keyword",
|
|
|
"optional" : false,
|
|
|
- "description" : "Input value. The input can be a single- or multi-valued column or an expression."
|
|
|
+ "description" : "Value to check. It can be a single- or multi-valued column or an expression."
|
|
|
}
|
|
|
],
|
|
|
"variadic" : false,
|
|
@@ -143,7 +180,7 @@
|
|
|
"name" : "field",
|
|
|
"type" : "long",
|
|
|
"optional" : false,
|
|
|
- "description" : "Input value. The input can be a single- or multi-valued column or an expression."
|
|
|
+ "description" : "Value to check. It can be a single- or multi-valued column or an expression."
|
|
|
}
|
|
|
],
|
|
|
"variadic" : false,
|
|
@@ -155,7 +192,7 @@
|
|
|
"name" : "field",
|
|
|
"type" : "text",
|
|
|
"optional" : false,
|
|
|
- "description" : "Input value. The input can be a single- or multi-valued column or an expression."
|
|
|
+ "description" : "Value to check. It can be a single- or multi-valued column or an expression."
|
|
|
}
|
|
|
],
|
|
|
"variadic" : false,
|
|
@@ -167,7 +204,7 @@
|
|
|
"name" : "field",
|
|
|
"type" : "unsigned_long",
|
|
|
"optional" : false,
|
|
|
- "description" : "Input value. The input can be a single- or multi-valued column or an expression."
|
|
|
+ "description" : "Value to check. It can be a single- or multi-valued column or an expression."
|
|
|
}
|
|
|
],
|
|
|
"variadic" : false,
|
|
@@ -179,16 +216,13 @@
|
|
|
"name" : "field",
|
|
|
"type" : "version",
|
|
|
"optional" : false,
|
|
|
- "description" : "Input value. The input can be a single- or multi-valued column or an expression."
|
|
|
+ "description" : "Value to check. It can be a single- or multi-valued column or an expression."
|
|
|
}
|
|
|
],
|
|
|
"variadic" : false,
|
|
|
"returnType" : "boolean"
|
|
|
}
|
|
|
],
|
|
|
- "examples" : [
|
|
|
- "FROM employees\n| WHERE is_rehired IS NOT NULL\n| STATS COUNT(emp_no)"
|
|
|
- ],
|
|
|
"preview" : false,
|
|
|
"snapshot_only" : false
|
|
|
}
|