Passthrough functions for SAP HANA
Passthrough functions allow you to send SQL expressions directly to SAP HANA without being interpreted by ThoughtSpot. If you have custom database functions that ThoughtSpot doesn’t support, you can use these new passthrough functions in the ThoughtSpot Formula Assistant to call your custom functions.
A passthrough function serves as a wrapper around the specific SAP HANA SQL function. To use a specific SAP HANA SQL function, match the data type that the function returns with the Connections passthrough function that returns that data type.
For details on all supported passthrough functions, see Connections passthrough functions.
For details on SAP HANA functions, see SAP HANA’s SQL Reference.