Passthrough functions overview
Sigma offers the following passthrough functions:
- AggDatetime
- Calls a warehouse aggregate function that returns a Datetime data type; aggregate version of CallDatetime
- AggGeography
- Calls a warehouse aggregate function that returns a Logical data type; aggregation version of CallGeography
- AggLogical
- Calls a warehouse aggregate function that returns a Logical data type; aggregation version of CallLogical
- AggNumber
- Calls a warehouse aggregate function that returns a Number data type; aggregate version of CallNumber
- AggText
- Calls a warehouse aggregate function that returns a Text data type; aggregation version of CallText
- AggVariant
- Calls a warehouse aggregate function that returns a Variant data type; aggregation version of CallVariant
- CallDatetime
- Calls a warehouse function that returns a Datetime data type
- CallGeography
- Calls a warehouse function that returns a Geography data type
- CallLogical
- Calls a warehouse function that returns a Logical data type
- CallNumber
- Calls a warehouse function that returns a Number data type
- CallText
- Calls a warehouse function that returns a Text data type
- CallVariant
- Calls a warehouse function that returns a Variant data type