public final class HiveRowFormatter extends Object
Modifier and Type | Method and Description |
---|---|
<T> HiveRowFormatter |
appendString(T value) |
<T> HiveRowFormatter |
appendStringIterable(Iterable<T> valueArray) |
String |
build() |
static HiveRowFormatter |
newFormatter() |
String |
toString() |
public static HiveRowFormatter newFormatter()
public <T> HiveRowFormatter appendString(T value)
public <T> HiveRowFormatter appendStringIterable(Iterable<T> valueArray)
public String build()