示例#1
0
 /// <summary>
 /// Converts the DataFrame to RDD of byte[]
 /// </summary>
 /// <returns>resulting RDD</returns>
 public RDD <byte[]> ToRDD() //RDD created using byte representation of GenericRow objects
 {
     return(new RDD <byte[]>(dataFrameProxy.ToRDD(), sparkContext));
 }