Package io.trino.parquet.writer.repdef
Class RepLevelIterables
- java.lang.Object
-
- io.trino.parquet.writer.repdef.RepLevelIterables
-
public class RepLevelIterables extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Iterator<Integer>getIterator(List<RepLevelIterable> iterables)static RepLevelIterableof(Block block)static RepLevelIterableof(ColumnarArray columnarArray, int maxRepLevel)static RepLevelIterableof(ColumnarMap columnarMap, int maxRepLevel)
-
-
-
Method Detail
-
of
public static RepLevelIterable of(Block block)
-
of
public static RepLevelIterable of(ColumnarArray columnarArray, int maxRepLevel)
-
of
public static RepLevelIterable of(ColumnarMap columnarMap, int maxRepLevel)
-
getIterator
public static Iterator<Integer> getIterator(List<RepLevelIterable> iterables)
-
-