public class NullResultVectorCacheImpl extends Object implements ResultVectorCache
| Constructor and Description |
|---|
NullResultVectorCacheImpl(BufferAllocator allocator) |
| Modifier and Type | Method and Description |
|---|---|
BufferAllocator |
allocator() |
ResultVectorCache |
childCache(String colName) |
TypeProtos.MajorType |
getType(String name) |
boolean |
isPermissive() |
ValueVector |
vectorFor(MaterializedField colSchema) |
public NullResultVectorCacheImpl(BufferAllocator allocator)
public BufferAllocator allocator()
allocator in interface ResultVectorCachepublic ValueVector vectorFor(MaterializedField colSchema)
vectorFor in interface ResultVectorCachepublic TypeProtos.MajorType getType(String name)
getType in interface ResultVectorCachepublic boolean isPermissive()
isPermissive in interface ResultVectorCachepublic ResultVectorCache childCache(String colName)
childCache in interface ResultVectorCacheCopyright © 2021 The Apache Software Foundation. All rights reserved.