MCPcopy Create free account
hub / github.com/dataform-co/dataform / query

Method query

core/actions/table.ts:266–269  ·  view source on GitHub ↗

* Sets the query to generate the table from.

(query: Contextable<ITableContext, string>)

Source from the content-addressed store, hash-verified

264 * Sets the query to generate the table from.
265 */
266 public query(query: Contextable<ITableContext, string>) {
267 this.contextableQuery = query;
268 return this;
269 }
270
271 /** @hidden */
272 public where(where: Contextable<ITableContext, string>) {

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected