Functions8 public, 0 private

Returns if the provided collection is empty.
publicbooleancollectionIsEmpty
requiredanycollection
structOPTIONS{}
option"any", "int", "numeric" "string", "uint", regex using "/.../"castAsany
Trim all simple values before casting them.
optionbooleancastAsTrimmingtrue
Keep empty strings.
optionbooleankeepEmptyfalse
optionstringdelimiters.input,
optionstringdelimiters.output,
Part of the Key-Value-Pair to fetch data from. Only affects objects/components and structs.
optionstringobjectSelectorgetID()
Part of the Key-Value-Pair to fetch data from. Only affects structs.
option"KEY", "VALUE"structPartKEY
Name of the column to fetch values from. If the column does not exist, the first column will be used. Only affects queries.
optionstringqueryColumnid
Returns the length/size of the provided collection.
publicnumericcollectionLen
requiredanycollection
structOPTIONS{}
option"any", "int", "numeric" "string", "uint", regex using "/.../"castAsany
Trim all simple values before casting them.
optionbooleancastAsTrimmingtrue
Keep empty strings.
optionbooleankeepEmptyfalse
optionstringdelimiters.input,
optionstringdelimiters.output,
Part of the Key-Value-Pair to fetch data from. Only affects objects/components and structs.
optionstringobjectSelectorgetID()
Part of the Key-Value-Pair to fetch data from. Only affects structs.
option"KEY", "VALUE"structPartKEY
Name of the column to fetch values from. If the column does not exist, the first column will be used. Only affects queries.
optionstringqueryColumnid
Reverses the provided collection. Returns the type of the input.
publicanycollectionReverse
requiredarray, query, stringcollection
structOPTIONS{}
option"any", "int", "numeric" "string", "uint", regex using "/.../"castAsany
Trim all simple values before casting them.
optionbooleancastAsTrimmingtrue
Keep empty strings.
optionbooleankeepEmptyfalse
optionstringdelimiters.input,
optionstringdelimiters.output,
Part of the Key-Value-Pair to fetch data from. Only affects objects/components and structs.
optionstringobjectSelectorgetID()
Part of the Key-Value-Pair to fetch data from. Only affects structs.
option"KEY", "VALUE"structPartKEY
Name of the column to fetch values from. If the column does not exist, the first column will be used. Only affects queries.
optionstringqueryColumnid
Shrinks the provided collection to the specified size by removing elements. Returns the type of the input.
publicanycollectionShrink
requiredarray, query, stringcollection
requirednumericsize
structOPTIONS{}
option"LAST", "RANDOM"methodLAST
Sorts the provided collection using the specified selector.
publicanycollectionSortBySelector
requiredanycollection
requiredstringselector
stringorderASC
Converts a data collection to an array.
publicarraycollectionToArray
Supported data types are: array, list/string, struct, query
requiredanycollection
structOPTIONS{}
option"any", "int", "numeric" "string", "uint", regex using "/.../"castAsany
Trim all simple values before casting them.
optionbooleancastAsTrimmingtrue
Keep empty strings.
optionbooleankeepEmptyfalse
optionstringdelimiters.input,
optionstringdelimiters.output,
Part of the Key-Value-Pair to fetch data from. Only affects objects/components and structs.
optionstringobjectSelectorgetID()
Part of the Key-Value-Pair to fetch data from. Only affects structs.
option"KEY", "VALUE"structPartKEY
Name of the column to fetch values from. If the column does not exist, the first column will be used. Only affects queries.
optionstringqueryColumnid
Converts a data collection to a delimited list.
publicstringcollectionToList
Supported data types are: array, list/string, struct, query
requiredanycollection
stringdelimiters,
structOPTIONS{}
option"any", "int", "numeric" "string", "uint", regex using "/.../"castAsany
Trim all simple values before casting them.
optionbooleancastAsTrimmingtrue
Keep empty strings.
optionbooleankeepEmptyfalse
optionstringdelimiters.input,
optionstringdelimiters.output,
Part of the Key-Value-Pair to fetch data from. Only affects objects/components and structs.
optionstringobjectSelectorgetID()
Part of the Key-Value-Pair to fetch data from. Only affects structs.
option"KEY", "VALUE"structPartKEY
Name of the column to fetch values from. If the column does not exist, the first column will be used. Only affects queries.
optionstringqueryColumnid
Converts a data collection to specified format.
publicanycollectionToData
requiredanycollection
requiredARRAY, LISTreturnType
structOPTIONS{}
option"any", "int", "numeric" "string", "uint", regex using "/.../"castAsany
Trim all simple values before casting them.
optionbooleancastAsTrimmingtrue
Keep empty strings.
optionbooleankeepEmptyfalse
optionstringdelimiters.input,
optionstringdelimiters.output,
Part of the Key-Value-Pair to fetch data from. Only affects objects/components and structs.
optionstringobjectSelectorgetID()
Part of the Key-Value-Pair to fetch data from. Only affects structs.
option"KEY", "VALUE"structPartKEY
Name of the column to fetch values from. If the column does not exist, the first column will be used. Only affects queries.
optionstringqueryColumnid