public class DuckDBVector
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.nio.ByteBuffer |
constlen_data |
protected java.lang.String |
duckdb_type |
protected int |
length |
protected boolean[] |
nullmask |
protected java.lang.Object[] |
varlen_data |
Constructor and Description |
---|
DuckDBVector(java.lang.String duckdb_type,
int length,
boolean[] nullmask) |