Mayil-AI-Sandbox / kuzudb_jan15

MIT License
0 stars 0 forks source link

SIZE vs LEN (hashtag2796) #23

Open vikramsubramanian opened 4 months ago

vikramsubramanian commented 4 months ago

In order to get a list length, the document suggests using [len]( which throws a runtime error. The working name of a function with the functionality is SIZE. Likely just a documentation issue? )

mayil-ai[bot] commented 4 months ago

Summary: Documentation suggests using "len" to get list length, but the correct function name is "SIZE".

Possible Solution

Based on the provided information, here is the solution to the issue:

Code snippets to check