public class VectorBatchDebug extends Object
| Constructor and Description |
|---|
VectorBatchDebug() |
| Modifier and Type | Method and Description |
|---|---|
static void |
debugDisplayBatch(VectorizedRowBatch batch,
String prefix) |
static void |
debugDisplayOneRow(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(VectorizedRowBatch batch, int index, String prefix)
public static void debugDisplayBatch(VectorizedRowBatch batch, String prefix)
Copyright © 2022 The Apache Software Foundation. All rights reserved.