TransformationNodeBuilder Members
In This Article
#Constructors
Name | Description |
---|---|
Transformation |
Initializes a new instance of the Transformation |
#Methods
Name | Description |
---|---|
Build() | Builds a transformation node. |
Build |
Builds a transformation node with the specified alias. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Flatten |
Creates individual columns from the fields of the specified column and prefixes the names of the new columns with the specified alias. |
Flatten |
Creates individual columns from the fields of the specified column. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
Transform |
Transforms a column and specifies a new name for this column. The transformation type depends on the specified parameters. |
Transform |
Transforms a column. The transformation type depends on the specified parameters. |
Transform |
Transforms a column and specifies a new name for this column. |
Transform |
Transforms a column. |
Unfold |
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. |
Unfold |
If a column is an array, transforms each element of this array into an individual record. |
See Also