GenericRow Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a row object in RDD, equivalent to GenericRow in Spark.
public sealed class GenericRow
type GenericRow = class
Public NotInheritable Class GenericRow
- Inheritance
-
GenericRow
Generic |
Constructor for the GenericRow class. |
Item[Int32] |
Returns the column value at the given index. |
Values |
Values representing this row. |
Equals(Object) |
Checks if the given object is same as the current object. |
Get(Int32) |
Returns the column value at the given index. |
Get |
Returns the column value at the given index, as a type T. TODO: If the original type is "long" and its value can be fit into the "int", Pickler will serialize the value as int. Since the value is boxed, GetAs<T>(Int32) will throw an exception. |
Get |
Returns the hash code of the current object. |
Size() |
Returns the number of columns in this row. |
To |
Returns the string version of this row. |
Product | Versions |
---|---|
Microsoft.Spark | latest |