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

Method isPrimaryData

metadata/client.go:2161–2163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2159}
2160
2161func (variant *SourceVariant) isPrimaryData() bool {
2162 return reflect.TypeOf(variant.serialized.GetDefinition()) == reflect.TypeOf(&pb.SourceVariant_PrimaryData{})
2163}
2164
2165func (variant *SourceVariant) IsPrimaryDataSQLTable() bool {
2166 if !variant.isPrimaryData() {

Callers 1

IsPrimaryDataSQLTableMethod · 0.95

Calls 1

GetDefinitionMethod · 0.45

Tested by

no test coverage detected