public class TypeLayout extends Object
| Constructor and Description |
|---|
TypeLayout(BufferLayout... bufferLayouts) |
TypeLayout(List<BufferLayout> bufferLayouts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<BufferLayout> |
getBufferLayouts()
Returns the individual BufferLayouts for the given type.
|
List<BufferLayout.BufferType> |
getBufferTypes()
Returns the types of each buffer for this layout.
|
static int |
getTypeBufferCount(ArrowType arrowType)
Gets the number of
BufferLayouts for the given arrowType. |
static TypeLayout |
getTypeLayout(ArrowType arrowType)
Constructs a new for the given
arrowType. |
int |
hashCode() |
String |
toString() |
public TypeLayout(List<BufferLayout> bufferLayouts)
public TypeLayout(BufferLayout... bufferLayouts)
public static TypeLayout getTypeLayout(ArrowType arrowType)
arrowType.public static int getTypeBufferCount(ArrowType arrowType)
BufferLayouts for the given arrowType.public List<BufferLayout> getBufferLayouts()
public List<BufferLayout.BufferType> getBufferTypes()
Copyright © 2023 The Apache Software Foundation. All rights reserved.