TransformationNodeBuilder Methods
Contains methods that allow you to create transformation-based queries to sources of the Federation Data Source.| Name | Description |
|---|---|
| Build() | Builds a transformation node. |
| Build(String) | Builds a transformation node with the specified alias. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| FlattenColumn(String, String) | Creates individual columns from the fields of the specified column and prefixes the names of the new columns with the specified alias. |
| FlattenColumn(String) | Creates individual columns from the fields of the specified column. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| TransformColumn(String, Boolean, Boolean, String) | Transforms a column and specifies a new name for this column. The transformation type depends on the specified parameters. |
| TransformColumn(String, Boolean, Boolean) | Transforms a column. The transformation type depends on the specified parameters. |
| TransformColumn(String, String) | Transforms a column and specifies a new name for this column. |
| TransformColumn(String) | Transforms a column. |
| UnfoldColumn(String, String) | If a column is an array, transforms each element of this array to an individual record and changes the name of the column to the specified alias. |
| UnfoldColumn(String) | If a column is an array, transforms each element of this array into an individual record. |
See Also