Package io.trino.spi.function
Interface InternalDataAccessor
public interface InternalDataAccessor
This interface is an internal detail of the SPI and should never be used. It will be changed
without notification.
-
Method Summary
-
Method Details
-
getBooleanValue
default boolean getBooleanValue() -
getDoubleValue
default double getDoubleValue() -
getLongValue
default long getLongValue() -
getObjectValue
-