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