Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dataform-co/dataform
/ concatenate
Method
concatenate
cli/api/dbadapters/tasks.ts:33–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
public concatenate() {
34
return
new
Tasks().add(
35
Task.statement(concatenateQueries(this.tasks.map(task => task.getStatement())))
36
);
37
}
38
}
39
40
export
class
Task {
Callers
3
publishTasks
Method · 0.95
extractSqlxParts
Function · 0.45
escapeNode
Function · 0.45
Calls
4
concatenateQueries
Function · 0.85
add
Method · 0.80
statement
Method · 0.80
getStatement
Method · 0.80
Tested by
no test coverage detected