Uses of Class
org.apache.parquet.schema.PrimitiveType
-
-
Uses of PrimitiveType in org.apache.parquet.column
Methods in org.apache.parquet.column that return PrimitiveType Modifier and Type Method Description PrimitiveTypeColumnDescriptor. getPrimitiveType()Constructors in org.apache.parquet.column with parameters of type PrimitiveType Constructor Description ColumnDescriptor(String[] path, PrimitiveType type, int maxRep, int maxDef) -
Uses of PrimitiveType in org.apache.parquet.column.statistics
Fields in org.apache.parquet.column.statistics declared as PrimitiveType Modifier and Type Field Description protected PrimitiveTypeSizeStatistics.Builder. typeMethods in org.apache.parquet.column.statistics that return PrimitiveType Modifier and Type Method Description PrimitiveTypeSizeStatistics. getType()PrimitiveTypeStatistics. type()Methods in org.apache.parquet.column.statistics with parameters of type PrimitiveType Modifier and Type Method Description static Statistics.BuilderStatistics. getBuilderForReading(PrimitiveType type)Returns a builder to create new statistics object.static SizeStatistics.BuilderSizeStatistics. newBuilder(PrimitiveType type, int maxRepetitionLevel, int maxDefinitionLevel)Create a builder to create a SizeStatistics.static SizeStatistics.BuilderSizeStatistics. noopBuilder(PrimitiveType type, int maxRepetitionLevel, int maxDefinitionLevel)Creates a builder that doesn't collect any statistics.Constructors in org.apache.parquet.column.statistics with parameters of type PrimitiveType Constructor Description SizeStatistics(PrimitiveType type, long unencodedByteArrayDataBytes, List<Long> repetitionLevelHistogram, List<Long> definitionLevelHistogram)Create a SizeStatistics. -
Uses of PrimitiveType in org.apache.parquet.column.statistics.geospatial
Methods in org.apache.parquet.column.statistics.geospatial with parameters of type PrimitiveType Modifier and Type Method Description static GeospatialStatistics.BuilderGeospatialStatistics. newBuilder(PrimitiveType type)Create a new GeospatialStatistics builder with the specified CRS. -
Uses of PrimitiveType in org.apache.parquet.internal.column.columnindex
Methods in org.apache.parquet.internal.column.columnindex with parameters of type PrimitiveType Modifier and Type Method Description static ColumnIndexColumnIndexBuilder. build(PrimitiveType type, BoundaryOrder boundaryOrder, List<Boolean> nullPages, List<Long> nullCounts, List<ByteBuffer> minValues, List<ByteBuffer> maxValues)static ColumnIndexColumnIndexBuilder. build(PrimitiveType type, BoundaryOrder boundaryOrder, List<Boolean> nullPages, List<Long> nullCounts, List<ByteBuffer> minValues, List<ByteBuffer> maxValues, List<Long> repLevelHistogram, List<Long> defLevelHistogram)static ColumnIndexBuilderColumnIndexBuilder. getBuilder(PrimitiveType type, int truncateLength)static BinaryTruncatorBinaryTruncator. getTruncator(PrimitiveType type) -
Uses of PrimitiveType in org.apache.parquet.schema
Methods in org.apache.parquet.schema that return PrimitiveType Modifier and Type Method Description PrimitiveTypeType. asPrimitiveType()protected PrimitiveTypeTypes.BasePrimitiveBuilder. build(String name)PrimitiveTypePrimitiveType. withId(int id)PrimitiveTypePrimitiveType. withLogicalTypeAnnotation(LogicalTypeAnnotation logicalType)Methods in org.apache.parquet.schema that return types with arguments of type PrimitiveType Modifier and Type Method Description static Types.PrimitiveBuilder<PrimitiveType>Types. optional(PrimitiveType.PrimitiveTypeName type)Returns a builder to construct an optionalPrimitiveType.static Types.PrimitiveBuilder<PrimitiveType>Types. primitive(PrimitiveType.PrimitiveTypeName type, Type.Repetition repetition)static Types.PrimitiveBuilder<PrimitiveType>Types. repeated(PrimitiveType.PrimitiveTypeName type)Returns a builder to construct a repeatedPrimitiveType.static Types.PrimitiveBuilder<PrimitiveType>Types. required(PrimitiveType.PrimitiveTypeName type)Returns a builder to construct a requiredPrimitiveType.Methods in org.apache.parquet.schema with parameters of type PrimitiveType Modifier and Type Method Description TTypeConverter. convertPrimitiveType(List<GroupType> path, PrimitiveType primitiveType)voidTypeVisitor. visit(PrimitiveType primitiveType)
-