Package io.trino.spi.connector
Class TableProcedureExecutionMode
java.lang.Object
io.trino.spi.connector.TableProcedureExecutionMode
-
Method Summary
Modifier and TypeMethodDescriptionstatic TableProcedureExecutionModeTable procedure that does not read any table data and only executes on the coordinator.static TableProcedureExecutionModebooleanboolean
-
Method Details
-
isReadsData
public boolean isReadsData() -
supportsFilter
public boolean supportsFilter() -
coordinatorOnly
Table procedure that does not read any table data and only executes on the coordinator. Such procedures are useful for custom DDL-type operations. -
distributedWithFilteringAndRepartitioning
-