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

Method SerializePythonFunction

metadata/client.go:261–267  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

259}
260
261func (p PythonFunction) SerializePythonFunction() *pb.FeatureVariant_Function {
262 return &pb.FeatureVariant_Function{
263 Function: &pb.PythonFunction{
264 Query: p.Query,
265 },
266 }
267}
268
269func (def FeatureDef) ResourceType() ResourceType {
270 return FEATURE_VARIANT

Callers 1

SerializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected