()
| 2027 | } |
| 2028 | |
| 2029 | func (variant *SourceVariant) DFTransformationQuerySource() string { |
| 2030 | if !variant.IsDFTransformation() { |
| 2031 | return "" |
| 2032 | } |
| 2033 | return variant.serialized.GetTransformation().GetDFTransformation().GetSourceText() |
| 2034 | } |
| 2035 | |
| 2036 | func wrapProtoSourceVariant(serialized *pb.SourceVariant) *SourceVariant { |
| 2037 | return &SourceVariant{ |
no test coverage detected