Uses of Interface
dev.hardwood.writer.MapBuilder
Packages that use MapBuilder
Package
Description
Parquet file writer, with a columnar and a row-oriented API over one core.
-
Uses of MapBuilder in dev.hardwood.writer
Methods in dev.hardwood.writer that return MapBuilderModifier and TypeMethodDescriptionMapBuilder.addEntry(Consumer<StructBuilder> filler) Appends one entry, populating itskeyandvaluefields throughfiller.Method parameters in dev.hardwood.writer with type arguments of type MapBuilderModifier and TypeMethodDescriptionListBuilder.addMap(Consumer<MapBuilder> filler) Appends a map entry, populating it throughfiller.StructBuilder.setMap(int fieldIndex, Consumer<MapBuilder> filler) Sets aMAPfield by index.StructBuilder.setMap(String name, Consumer<MapBuilder> filler) Sets aMAPfield, appending its entries throughfiller.