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

Method SerializeLabelColumns

metadata/client.go:247–255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

245}
246
247func (c ResourceVariantColumns) SerializeLabelColumns() *pb.LabelVariant_Columns {
248 return &pb.LabelVariant_Columns{
249 Columns: &pb.Columns{
250 Entity: c.Entity,
251 Value: c.Value,
252 Ts: c.TS,
253 },
254 }
255}
256
257type PythonFunction struct {
258 Query []byte

Callers 1

SerializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected