()
| 245 | } |
| 246 | |
| 247 | func (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 | |
| 257 | type PythonFunction struct { |
| 258 | Query []byte |