public class ScalaEsRow extends Object implements Row
Constructor and Description |
---|
ScalaEsRow()
No-arg constructor for Kryo serialization.
|
ScalaEsRow(scala.collection.Seq<String> rowOrder) |
Modifier and Type | Method and Description |
---|---|
Object |
apply(int i) |
ScalaEsRow |
copy() |
Object |
get(int i) |
boolean |
getBoolean(int i) |
byte |
getByte(int i) |
double |
getDouble(int i) |
float |
getFloat(int i) |
int |
getInt(int i) |
long |
getLong(int i) |
short |
getShort(int i) |
String |
getString(int i) |
boolean |
isNullAt(int i) |
scala.collection.Iterator<Object> |
iterator() |
int |
length() |
scala.collection.Seq<String> |
rowOrder() |
scala.collection.Seq<Object> |
toSeq() |
scala.collection.mutable.ArrayBuffer<Object> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
anyNull, equals, fieldIndex, getAs, getAs, getDate, getDecimal, getJavaMap, getList, getMap, getSeq, getStruct, getTimestamp, getValuesMap, hashCode, mkString, mkString, mkString, schema, size, toString
public ScalaEsRow(scala.collection.Seq<String> rowOrder)
public ScalaEsRow()
public ScalaEsRow copy()
public boolean getBoolean(int i)
getBoolean
in interface Row
public scala.collection.Iterator<Object> iterator()
public scala.collection.Seq<String> rowOrder()
public scala.collection.mutable.ArrayBuffer<Object> values()