Class RowSetFormatter
java.lang.Object
org.apache.drill.exec.physical.rowSet.RowSetFormatter
Helper class to obtain string representation of RowSet.
Example of the output:
#: `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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
print
(BatchAccessor batch) static void
static void
print
(VectorContainer container) static String
void
write()
-
Constructor Details
-
RowSetFormatter
-
-
Method Details
-
print
-
print
-
print
-
toString
-
write
public void write()
-