Class ColumnDescriptor

    • Constructor Detail

      • ColumnDescriptor

        @Deprecated
        public ColumnDescriptor​(String[] path,
                                PrimitiveType.PrimitiveTypeName type,
                                int typeLength,
                                int maxRep,
                                int maxDef)
        Deprecated.
        Parameters:
        path - the path to the leaf field in the schema
        type - the type of the field
        typeLength - the length of the type, if type is a fixed-length byte array
        maxRep - the maximum repetition level for that path
        maxDef - the maximum definition level for that path
      • ColumnDescriptor

        public ColumnDescriptor​(String[] path,
                                PrimitiveType type,
                                int maxRep,
                                int maxDef)
        Parameters:
        path - the path to the leaf field in the schema
        type - the type of the field
        maxRep - the maximum repetition level for that path
        maxDef - the maximum definition level for that path