Class ChannelSet

java.lang.Object
io.trino.operator.ChannelSet

public class ChannelSet extends Object
  • Method Details

    • getEstimatedSizeInBytes

      public long getEstimatedSizeInBytes()
    • size

      public int size()
    • isEmpty

      public boolean isEmpty()
    • containsNull

      public boolean containsNull()
    • contains

      public boolean contains(Block valueBlock, int position)
    • contains

      public boolean contains(Block valueBlock, int position, long rawHash)