Uses of Interface
io.trino.parquet.writer.repdef.RepLevelIterable
-
Packages that use RepLevelIterable Package Description io.trino.parquet.writer.repdef -
-
Uses of RepLevelIterable in io.trino.parquet.writer.repdef
Methods in io.trino.parquet.writer.repdef that return RepLevelIterable Modifier and Type Method Description static RepLevelIterableRepLevelIterables. of(Block block)static RepLevelIterableRepLevelIterables. of(ColumnarArray columnarArray, int maxRepLevel)static RepLevelIterableRepLevelIterables. of(ColumnarMap columnarMap, int maxRepLevel)Method parameters in io.trino.parquet.writer.repdef with type arguments of type RepLevelIterable Modifier and Type Method Description static Iterator<Integer>RepLevelIterables. getIterator(List<RepLevelIterable> iterables)
-