Class NullResultVectorCacheImpl
java.lang.Object
org.apache.drill.exec.physical.resultSet.impl.NullResultVectorCacheImpl
- All Implemented Interfaces:
ResultVectorCache
A vector cache implementation which does not actually cache.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchildCache(String colName) booleanvectorFor(MaterializedField colSchema)
-
Constructor Details
-
NullResultVectorCacheImpl
-
-
Method Details
-
allocator
- Specified by:
allocatorin interfaceResultVectorCache
-
vectorFor
- Specified by:
vectorForin interfaceResultVectorCache
-
getType
- Specified by:
getTypein interfaceResultVectorCache
-
isPermissive
public boolean isPermissive()- Specified by:
isPermissivein interfaceResultVectorCache
-
childCache
- Specified by:
childCachein interfaceResultVectorCache
-