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$init$, anyNull, empty, equals, fieldIndex, fromSeq, fromTuple, getAs, getAs, getDate, getDecimal, getInstant, getJavaMap, getList, getLocalDate, getMap, getSeq, getStruct, getTimestamp, getValuesMap, hashCode, json, jsonValue, merge, mkString, mkString, mkString, prettyJson, schema, size, toString, unapplySeqpublic ScalaEsRow(scala.collection.Seq<String> rowOrder)
public ScalaEsRow()
public ScalaEsRow copy()
public boolean getBoolean(int i)
getBoolean in interface Rowpublic scala.collection.Iterator<Object> iterator()
public scala.collection.Seq<String> rowOrder()
public scala.collection.mutable.ArrayBuffer<Object> values()