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() |
List<BufferLayout.BufferType> |
getBufferTypes() |
static TypeLayout |
getTypeLayout(ArrowType arrowType) |
int |
hashCode() |
String |
toString() |
public TypeLayout(List<BufferLayout> bufferLayouts)
public TypeLayout(BufferLayout... bufferLayouts)
public static TypeLayout getTypeLayout(ArrowType arrowType)
public List<BufferLayout> getBufferLayouts()
public List<BufferLayout.BufferType> getBufferTypes()
Copyright © 2019 The Apache Software Foundation. All rights reserved.