Skip to content

Commit c3ee78f

Browse files
committed
add version in doc
Signed-off-by: Lantao Jin <ltjin@amazon.com>
1 parent add9d0b commit c3ee78f

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

docs/user/ppl/functions/condition.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,13 @@ Example::
241241
+-----------+----------+-----+
242242

243243
ISPRESENT
244-
------
244+
---------
245245

246246
Description
247247
>>>>>>>>>>>
248248

249+
Version: 3.1.0
250+
249251
Usage: ispresent(field) return true if the field exists.
250252

251253
Argument type: all the supported data type.
@@ -267,11 +269,13 @@ Example::
267269
+----------+-----------+
268270

269271
ISBLANK
270-
------
272+
-------
271273

272274
Description
273275
>>>>>>>>>>>
274276

277+
Version: 3.1.0
278+
275279
Usage: isblank(field) returns true if the field is missing, an empty string, or contains only white space.
276280

277281
Argument type: all the supported data type.
@@ -293,11 +297,13 @@ Example::
293297

294298

295299
ISEMPTY
296-
------
300+
-------
297301

298302
Description
299303
>>>>>>>>>>>
300304

305+
Version: 3.1.0
306+
301307
Usage: isempty(field) returns true if the field is missing or is an empty string.
302308

303309
Argument type: all the supported data type.

docs/user/ppl/functions/cryptographic.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ MD5
1414
Description
1515
>>>>>>>>>>>
1616

17+
Version: 3.1.0
1718

1819
Usage: ``md5(str)`` calculates the MD5 digest and returns the value as a 32 character hex string.
1920

@@ -37,6 +38,8 @@ SHA1
3738
Description
3839
>>>>>>>>>>>
3940

41+
Version: 3.1.0
42+
4043
Usage: ``sha1(str)`` returns the hex string result of SHA-1.
4144

4245
Argument type: STRING
@@ -59,6 +62,8 @@ SHA2
5962
Description
6063
>>>>>>>>>>>
6164

65+
Version: 3.1.0
66+
6267
Usage: ``sha2(str, numBits)`` returns the hex string result of SHA-2 family of hash functions (SHA-224, SHA-256, SHA-384, and SHA-512).
6368
The numBits indicates the desired bit length of the result, which must have a value of 224, 256, 384, or 512.
6469

0 commit comments

Comments
 (0)