conversion
Syntax:
Boolean
Context Filtering: ✓ Yes
Parameters
Allowed Column Types for
input: STRING, TEXT, INT, FLOAT, DECIMAL, BOOLEAN
Validation
- Minimum parameters: 1
- Maximum parameters: 1
Examples
False
True
TrueDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
conversion
Syntax:
Logical(input)
Boolean
Context Filtering: ✓ Yes
| Name | Type | Required | Description |
|---|---|---|---|
input | text or number or column | ✓ Yes | The input that you would like to be interpreted as a logical operator. Input can be of text or number type |
input: STRING, TEXT, INT, FLOAT, DECIMAL, BOOLEAN
Logical(0)
False
Logical(1)
True
Logical("True")
True