public interface ResultVectorCache
Modifier and Type | Method and Description |
---|---|
BufferAllocator |
allocator() |
ResultVectorCache |
childCache(String colName) |
TypeProtos.MajorType |
getType(String name) |
boolean |
isPermissive() |
ValueVector |
vectorFor(MaterializedField colSchema) |
BufferAllocator allocator()
ValueVector vectorFor(MaterializedField colSchema)
TypeProtos.MajorType getType(String name)
boolean isPermissive()
ResultVectorCache childCache(String colName)
Copyright © 1970 The Apache Software Foundation. All rights reserved.