List all databases in the Doris instance. Returns: List[str]: A list of database names
List all tables in the specified database. Args: database: The database name like: Optional pattern to filter table names Returns: List[Dict]: A list of table information dictionaries
Run a SELECT query against Doris with timeout protection. Args: query: The SQL query to execute Returns: List[Dict]: The query results