CORE Functions
All functions > CORE
All functions in the CORE category.
Semantics
| Function | Description |
|---|---|
ENTITY | Returns a reference to an entity. |
INPUT | Returns a reference to an input. |
Bind
| Function | Description |
|---|---|
BIND_VALUE | Binds the given value to the given feature. |
BIND_VALUES | Binds the given array of values to the given feature or features. |
BIND_COLUMNS | Binds columns from a table to the given features. |
Structural
| Function | Description |
|---|---|
RELATED | Joins a feature or an aggregation using a key as base |
UNNEST | Unnests an array of rows into a table of rows |
Types
| Function | Description |
|---|---|
CAST | Returns the given expression casted to the given type, or raise an exception if the conversion... |
UNSAFE_CAST | Returns the given expression casted to the given type, or raise an exception if the conversion... |
TRY_CAST | Returns the given expression casted to the given type, or NULL if the cast fails. |
NULL | Returns a NULL value of the given type. |
EMPTY | Returns a NULL value of type EMPTY. |
Functions
| Function | Description |
|---|---|
VARIANT | Returns a reference to a variant of the given feature with the given replacements in its... |
MACRO | Returns a reference to a macro of the given feature with the given inputs. |
UDF | Returns a reference to a UDF (user-defined function). |
Summary
- Functions in CORE: 15
This documentation is automatically generated from the FeatureMesh registry.
On this page