Uses of Class
io.trino.plugin.pinot.PinotSplitManager.QueryNotAdequatelyPushedDownErrorCode
-
Packages that use PinotSplitManager.QueryNotAdequatelyPushedDownErrorCode Package Description io.trino.plugin.pinot -
-
Uses of PinotSplitManager.QueryNotAdequatelyPushedDownErrorCode in io.trino.plugin.pinot
Methods in io.trino.plugin.pinot that return PinotSplitManager.QueryNotAdequatelyPushedDownErrorCode Modifier and Type Method Description static PinotSplitManager.QueryNotAdequatelyPushedDownErrorCodePinotSplitManager.QueryNotAdequatelyPushedDownErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static PinotSplitManager.QueryNotAdequatelyPushedDownErrorCode[]PinotSplitManager.QueryNotAdequatelyPushedDownErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.plugin.pinot with parameters of type PinotSplitManager.QueryNotAdequatelyPushedDownErrorCode Constructor Description QueryNotAdequatelyPushedDownException(PinotSplitManager.QueryNotAdequatelyPushedDownErrorCode errorCode, ConnectorTableHandle connectorTableHandle, String connectorId)
-