Uses of Class
org.apache.parquet.example.data.Group
-
Packages that use Group Package Description org.apache.parquet.example.data org.apache.parquet.example.data.simple org.apache.parquet.example.data.simple.convert -
-
Uses of Group in org.apache.parquet.example.data
Methods in org.apache.parquet.example.data that return Group Modifier and Type Method Description abstract GroupGroup. addGroup(int fieldIndex)GroupGroup. addGroup(String field)GroupGroup. append(String fieldName, boolean value)GroupGroup. append(String fieldName, double value)GroupGroup. append(String fieldName, float value)GroupGroup. append(String fieldName, int value)GroupGroup. append(String fieldName, long value)GroupGroup. append(String fieldName, String value)GroupGroup. append(String fieldName, NanoTime value)GroupGroup. append(String fieldName, Binary value)GroupGroup. asGroup()abstract GroupGroup. getGroup(int fieldIndex, int index)GroupGroup. getGroup(String field, int index)abstract GroupGroupFactory. newGroup()Methods in org.apache.parquet.example.data with parameters of type Group Modifier and Type Method Description abstract voidGroup. add(int fieldIndex, Group value)voidGroup. add(String field, Group value)voidGroupWriter. write(Group group) -
Uses of Group in org.apache.parquet.example.data.simple
Subclasses of Group in org.apache.parquet.example.data.simple Modifier and Type Class Description classSimpleGroupMethods in org.apache.parquet.example.data.simple that return Group Modifier and Type Method Description GroupSimpleGroup. addGroup(int fieldIndex)GroupSimpleGroup. getGroup(int fieldIndex, int index)GroupSimpleGroupFactory. newGroup()Methods in org.apache.parquet.example.data.simple with parameters of type Group Modifier and Type Method Description voidSimpleGroup. add(int fieldIndex, Group value) -
Uses of Group in org.apache.parquet.example.data.simple.convert
Methods in org.apache.parquet.example.data.simple.convert that return Group Modifier and Type Method Description GroupGroupRecordConverter. getCurrentRecord()
-