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