Skip to content

Commit 3725ff9

Browse files
Update stream-processing/getting-started/check-keys-null-values.md
Co-authored-by: esmerel <6818907+esmerel@users.noreply.github.com> Signed-off-by: Alexa Kreizinger <alexakreizinger@gmail.com>
1 parent 2a6aff0 commit 3725ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stream-processing/getting-started/check-keys-null-values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
When working with structured messages (also known as records), there are certain cases where you might want to confirm whether a key exists, and whether its value is null or not null.
44

5-
In Fluent Bit, records are a binary serialization of maps with keys and value. A value can be null, which is a valid data type. The following statements can be applied in Fluent Bit SQL:
5+
In Fluent Bit, records are a binary serialization of maps with keys and value. A value can be `null`, which is a valid data type. The following statements can be applied in Fluent Bit SQL:
66

77
## Check if a key value is null
88

0 commit comments

Comments
 (0)