2022.2 - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English

The 2022.2 release has the following addition:

  • String LIKE API returns true if the string matches the supplied pattern, which works liking string find in c++. As expected, the NOT LIKE expression returns false if LIKE returns true.
  • String EQUAL API returns true if the string completely match with the base string, which works liking string compare in c++. As expected, the NOT EQUAL expression returns false if EQUAL returns true.
  • JSONLine Loader API is enhanced to support more general data type, including nested field and list.