Package io.trino.type
Class TypeOperatorsCache
- java.lang.Object
-
- io.trino.type.TypeOperatorsCache
-
-
Constructor Summary
Constructors Constructor Description TypeOperatorsCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectapply(Object operatorConvention, Supplier<Object> supplier)voidcacheReset()longcacheSize()DoublegetCacheHitRate()DoublegetCacheMissRate()longgetCacheRequestCount()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-
-
-
Method Detail
-
cacheSize
public long cacheSize()
-
getCacheHitRate
public Double getCacheHitRate()
-
getCacheMissRate
public Double getCacheMissRate()
-
getCacheRequestCount
public long getCacheRequestCount()
-
cacheReset
public void cacheReset()
-
-