Uses of Class
org.apache.parquet.schema.PrimitiveType
-
Packages that use PrimitiveType Package Description org.apache.parquet.column org.apache.parquet.column.statistics org.apache.parquet.internal.column.columnindex org.apache.parquet.schema -
-
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
Methods in org.apache.parquet.column.statistics that return PrimitiveType Modifier and Type Method Description 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. -
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 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)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)
-