Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 833 Bytes

pinot-noir.sqlutils.md

File metadata and controls

56 lines (31 loc) · 833 Bytes

Home > pinot-noir > SqlUtils

SqlUtils class

Sql utils class.

Signature:

export declare class SqlUtils

Methods

Method

Modifiers

Description

formatOptions(options)

static

Format pinot options to make them embeddable into query.

stringifyQuery(query, options)

static

Compile and transform sql query with options into string. Might be helpful for logging and copy-paste debugging.