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

Method DFTransformationQuery

metadata/client.go:2126–2131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2124}
2125
2126func (variant *SourceVariant) DFTransformationQuery() []byte {
2127 if !variant.IsDFTransformation() {
2128 return nil
2129 }
2130 return variant.serialized.GetTransformation().GetDFTransformation().GetQuery()
2131}
2132
2133func (variant *SourceVariant) DFTransformationSources() []NameVariant {
2134 if !variant.IsDFTransformation() {

Callers 1

Calls 4

IsDFTransformationMethod · 0.95
GetDFTransformationMethod · 0.80
GetTransformationMethod · 0.80
GetQueryMethod · 0.45

Tested by

no test coverage detected