Class VectorPrinter
java.lang.Object
org.apache.drill.exec.vector.accessor.impl.VectorPrinter
Handy tool to visualize string and offset vectors for
debugging.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidheader(ValueVector vector, int start, int length) static voidprintOffsets(UInt4Vector vector, int maxPrint) static voidprintOffsets(UInt4Vector vector, int start, int length) static voidprintStrings(VarCharVector vector, int start, int length) static StringstringAt(VarCharVector vector, int i)
-
Constructor Details
-
VectorPrinter
public VectorPrinter()
-
-
Method Details
-
printOffsets
-
printOffsets
-
printStrings
-
header
-
stringAt
-