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

Method GetDefinition

lib/sampleproto/metadata.pb.go:2204–2209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2202}
2203
2204func (m *SourceVariant) GetDefinition() isSourceVariant_Definition {
2205 if m != nil {
2206 return m.Definition
2207 }
2208 return nil
2209}
2210
2211func (x *SourceVariant) GetTransformation() *Transformation {
2212 if x, ok := x.GetDefinition().(*SourceVariant_Transformation); ok {

Callers 2

GetTransformationMethod · 0.95
GetPrimaryDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected