pickTableFromQuery()
pickTableFromQuery():
Promise<DataFrame|null>
Defined in: js-api/ui.ts:556
Opens the platform's 'Select a database query' dialog; running a query that produces a dataframe resolves with it, closing without one resolves with null.
Returns
Promise<DataFrame | null>