
org.elasticsearch.spark.sql.JavaEsRow.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elasticsearch-spark-1.2_2.10 Show documentation
Show all versions of elasticsearch-spark-1.2_2.10 Show documentation
Elasticsearch Spark (Spark 1.0-1.2)
package org.elasticsearch.spark.sql
import org.apache.spark.sql.api.java.Row
import org.apache.spark.sql.catalyst.expressions.{Row => ScalaRow}
private[spark] class JavaEsRow(private[spark] val esrow: ScalaEsRow) extends Row(esrow) {
/** No-arg constructor for Kryo serialization. */
def this() = this(null)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy