Skip to main content

2 docs tagged with "query analyzer"

View all tags

Query Analyzer

The Query Analyzer is your primary interface for exploring and analyzing data across all connected sources in Fusion. It provides a powerful SQL interface to query data from any connected schema, supporting PostgreSQL-compatible syntax with additional extensions for advanced analytics.

User Defined Functions

User Defined Functions (UDFs) are a powerful feature that allows you to blend the flexibility of Python with SQL queries. With UDFs, you can call customized Python functions directly from the Query Analyzer, extending SQL capabilities to match your specific business requirements.