Creates a table from {0} by applying the {1} operation to the rows. If the return type of the {1} function is specified, then the result will be a table with that row type. In all other cases, the result of this function will be a list with an item type of the return type of the transform function.
Creates a function type from {0}, a record of ReturnType and Parameters , and {1}, the minimum number of arguments required ...
Creates a logical value from the text value {0}, either "true" or "false". If {0} contains a different string, an exception ...
Creates a table from a list of row values. An optional list of column names, or a table type could be provided as the second ...
Creates a table from the list {0} where each element of the list is an inner list that contains the column values for a single ...
Creates a table from {0} by applying the {1} operation to the rows. If the return type of the {1} function is specified, ...
Creates a table of type {1} from a list {0} containing nested lists with the column names and values. If some columns have ...
Creates a table with a column containing the provided value or list of values, {0}. An optional record parameter, {1}, may ...
Creates a table with column a with values {1, 2} and column b with values {3, 4}, where a and b are number types. This uses ...
Creates a text value from the logical value {0}, either true or false . If {0} is not a logical value, an exception is thrown. ...