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

Method trainingSetUpdate

provider/sql.go:1581–1583  ·  view source on GitHub ↗
(store *sqlOfflineStore, def TrainingSetDef, tableName string, labelName string)

Source from the content-addressed store, hash-verified

1579}
1580
1581func (q defaultOfflineSQLQueries) trainingSetUpdate(store *sqlOfflineStore, def TrainingSetDef, tableName string, labelName string) error {
1582 return q.trainingSetQuery(store, def, tableName, labelName, true)
1583}
1584
1585func (q defaultOfflineSQLQueries) castTableItemType(v interface{}, t interface{}) interface{} {
1586 switch t {

Callers

nothing calls this directly

Calls 1

trainingSetQueryMethod · 0.95

Tested by

no test coverage detected