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

Method primaryTableCreate

provider/sql.go:43–43  ·  view source on GitHub ↗
(name string, columnString string)

Source from the content-addressed store, hash-verified

41 registerResources(db *sql.DB, tableName string, schema ResourceSchema, timestamp bool) error
42 primaryTableRegister(tableName string, sourceName string) string
43 primaryTableCreate(name string, columnString string) string
44 getColumns(db *sql.DB, tableName string) ([]TableColumn, error)
45 getValueColumnTypes(tableName string) string
46 determineColumnType(valueType ValueType) (string, error)

Callers 3

materializationUpdateMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected