Class SplitOperatorInfo

java.lang.Object
io.trino.operator.SplitOperatorInfo
All Implemented Interfaces:
OperatorInfo

public class SplitOperatorInfo extends Object implements OperatorInfo
  • Constructor Details

  • Method Details

    • isFinal

      public boolean isFinal()
      Specified by:
      isFinal in interface OperatorInfo
      Returns:
      true if this OperatorInfo should be collected and sent to the coordinator when the task completes (i.e. it will not be stripped away during summarization).
    • getSplitInfo

      public Map<String,String> getSplitInfo()
    • getCatalogHandle

      public CatalogHandle getCatalogHandle()