Passthrough functions

View as MarkdownOpen in Claude

Passthrough functions send requests to execute operations within your connected data platform, then return the response generated by your data platform’s native functions.

FunctionDescription
AggDatetimeCalls a data platform aggregate function that returns a date data type. Aggregate version of CallDatetime.
AggGeographyCalls a data platform aggregate function that returns a geography data type. Aggregate version of CallGeography.
AggLogicalCalls a data platform aggregate function that returns a logical data type. Aggregate version of CallLogical.
AggNumberCalls a data platform aggregate function that returns a number data type. Aggregate version of CallNumber.
AggTextCalls a data platform aggregate function that returns a text data type. Aggregate version of CallText.
AggVariantCalls a data platform aggregate function that returns a variant data type. Aggregate version of CallVariant.
CallDatetimeCalls a data platform function that returns a date data type.
CallGeographyCalls a data platform function that returns a geography data type.
CallLogicalCalls a data platform function that returns a logical data type.
CallNumberCalls a data platform function that returns a number data type.
CallTextCalls a data platform function that returns a text data type.
CallVariantCalls a data platform function that returns a variant data type.