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.
|
Equals(Object)
|
Determines whether the specified object is equal to the current 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.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
ToString()
|
Returns a string that represents the current 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.
|