public class TypeLayout extends Object
| Constructor and Description |
|---|
TypeLayout(List<VectorLayout> vectors) |
TypeLayout(VectorLayout... vectors) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static TypeLayout |
getTypeLayout(ArrowType arrowType) |
List<VectorLayout> |
getVectors() |
List<ArrowVectorType> |
getVectorTypes() |
int |
hashCode() |
String |
toString() |
public TypeLayout(List<VectorLayout> vectors)
public TypeLayout(VectorLayout... vectors)
public static TypeLayout getTypeLayout(ArrowType arrowType)
public List<VectorLayout> getVectors()
public List<ArrowVectorType> getVectorTypes()
Copyright © 2017 The Apache Software Foundation. All rights reserved.