Class DefLevelIterables


  • public class DefLevelIterables
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Iterator<java.lang.Integer> getIterator​(java.util.List<DefLevelIterable> iterables)  
      static DefLevelIterable of​(io.prestosql.spi.block.Block block, int maxDefinitionLevel)  
      static DefLevelIterable of​(io.prestosql.spi.block.ColumnarArray columnarArray, int maxDefinitionLevel)  
      static DefLevelIterable of​(io.prestosql.spi.block.ColumnarMap columnarMap, int maxDefinitionLevel)  
      static DefLevelIterable of​(io.prestosql.spi.block.ColumnarRow columnarRow, int maxDefinitionLevel)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • of

        public static DefLevelIterable of​(io.prestosql.spi.block.Block block,
                                          int maxDefinitionLevel)
      • of

        public static DefLevelIterable of​(io.prestosql.spi.block.ColumnarRow columnarRow,
                                          int maxDefinitionLevel)
      • of

        public static DefLevelIterable of​(io.prestosql.spi.block.ColumnarArray columnarArray,
                                          int maxDefinitionLevel)
      • of

        public static DefLevelIterable of​(io.prestosql.spi.block.ColumnarMap columnarMap,
                                          int maxDefinitionLevel)
      • getIterator

        public static java.util.Iterator<java.lang.Integer> getIterator​(java.util.List<DefLevelIterable> iterables)