public static class HostColumnVector.StructType extends HostColumnVector.DataType
| Constructor and Description |
|---|
StructType(boolean isNullable,
HostColumnVector.DataType... children) |
StructType(boolean isNullable,
List<HostColumnVector.DataType> children) |
public StructType(boolean isNullable,
List<HostColumnVector.DataType> children)
public StructType(boolean isNullable,
HostColumnVector.DataType... children)
Copyright © 2023. All rights reserved.