MCPcopy Create free account
hub / github.com/featureform/featureform / defaultOfflineSQLQueries

Struct defaultOfflineSQLQueries

provider/sql.go:1303–1305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1301}
1302
1303type defaultOfflineSQLQueries struct {
1304 BindingStyle variableBindingStyle
1305}
1306
1307func (q *defaultOfflineSQLQueries) newVariableBindingIterator() VariableBindingIterator {
1308 return VariableBindingIterator{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected