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

Method trainingSetUpdate

provider/postgres.go:142–144  ·  view source on GitHub ↗
(store *sqlOfflineStore, def TrainingSetDef, tableName string, labelName string)

Source from the content-addressed store, hash-verified

140}
141
142func (q postgresSQLQueries) trainingSetUpdate(store *sqlOfflineStore, def TrainingSetDef, tableName string, labelName string) error {
143 return q.trainingSetQuery(store, def, tableName, labelName, true)
144}
145
146func (q postgresSQLQueries) trainingSetQuery(store *sqlOfflineStore, def TrainingSetDef, tableName string, labelName string, isUpdate bool) error {
147 columns := make([]string, 0)

Callers

nothing calls this directly

Calls 1

trainingSetQueryMethod · 0.95

Tested by

no test coverage detected