public class VectorBatchDebug extends Object
| Constructor and Description |
|---|
VectorBatchDebug() |
| Modifier and Type | Method and Description |
|---|---|
static void |
debugDisplayBatch(org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch batch,
String prefix) |
static void |
debugDisplayOneRow(org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch batch,
int index,
String prefix) |
static String |
displayBytes(byte[] bytes,
int start,
int length) |
public static String displayBytes(byte[] bytes, int start, int length)
public static void debugDisplayOneRow(org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch batch,
int index,
String prefix)
public static void debugDisplayBatch(org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch batch,
String prefix)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.