(store *sqlOfflineStore, def TrainingSetDef, tableName string, labelName string)
| 1579 | } |
| 1580 | |
| 1581 | func (q defaultOfflineSQLQueries) trainingSetUpdate(store *sqlOfflineStore, def TrainingSetDef, tableName string, labelName string) error { |
| 1582 | return q.trainingSetQuery(store, def, tableName, labelName, true) |
| 1583 | } |
| 1584 | |
| 1585 | func (q defaultOfflineSQLQueries) castTableItemType(v interface{}, t interface{}) interface{} { |
| 1586 | switch t { |
nothing calls this directly
no test coverage detected