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

Method tableExists

provider/sql.go:38–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36type OfflineTableQueries interface {
37 setVariableBinding(b variableBindingStyle)
38 tableExists() string
39 viewExists() string
40 resourceExists(tableName string) string
41 registerResources(db *sql.DB, tableName string, schema ResourceSchema, timestamp bool) error

Callers 4

tableExistsMethod · 0.65
tableExistsMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected