Package org.apache.drill.exec.util
Class BatchPrinter
java.lang.Object
org.apache.drill.exec.util.BatchPrinter
Tool for printing the content of record batches to screen. Used for debugging.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
printBatch
(VectorAccessible batch) static void
printBatch
(VectorAccessible batch, SelectionVector2 sv2) static void
printHyperBatch
(VectorAccessible batch, SelectionVector4 sv4)
-
Constructor Details
-
BatchPrinter
public BatchPrinter()
-
-
Method Details
-
printHyperBatch
-
printBatch
-
printBatch
-