()
| 2124 | } |
| 2125 | |
| 2126 | func (variant *SourceVariant) DFTransformationQuery() []byte { |
| 2127 | if !variant.IsDFTransformation() { |
| 2128 | return nil |
| 2129 | } |
| 2130 | return variant.serialized.GetTransformation().GetDFTransformation().GetQuery() |
| 2131 | } |
| 2132 | |
| 2133 | func (variant *SourceVariant) DFTransformationSources() []NameVariant { |
| 2134 | if !variant.IsDFTransformation() { |
no test coverage detected