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

Method SerializeFeatureColumns

metadata/client.go:237–245  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235}
236
237func (c ResourceVariantColumns) SerializeFeatureColumns() *pb.FeatureVariant_Columns {
238 return &pb.FeatureVariant_Columns{
239 Columns: &pb.Columns{
240 Entity: c.Entity,
241 Value: c.Value,
242 Ts: c.TS,
243 },
244 }
245}
246
247func (c ResourceVariantColumns) SerializeLabelColumns() *pb.LabelVariant_Columns {
248 return &pb.LabelVariant_Columns{

Callers 1

SerializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected