public class RowSetFormatter extends Object
#: `id` INT NOT NULL, `mapCol` STRUCT<`a` INT, `b` VARCHAR>, `arrayInt` ARRAY0: 1, {20, "say"}, [1, 1, 2] 1: 2, {20, "hello"}, [] 2: 2, {20, null}, [3, 5, 8]
| Constructor and Description |
|---|
RowSetFormatter(RowSet rowSet,
Writer writer) |
| Modifier and Type | Method and Description |
|---|---|
static void |
print(BatchAccessor batch) |
static void |
print(RowSet rowSet) |
static void |
print(VectorContainer container) |
static String |
toString(RowSet rowSet) |
void |
write() |
public static void print(RowSet rowSet)
public static void print(VectorContainer container)
public static void print(BatchAccessor batch)
public void write()
Copyright © 2021 The Apache Software Foundation. All rights reserved.