Metadata for a Parquet column chunk.

Constructors

Methods

  • Path (or identifier) of this column.

    Returns string[]

  • Returns the total compressed data size of this column chunk.

    Returns number

  • Compression for this column.

    Returns Compression

  • All encodings used for this column.

    Returns any[]

  • Byte offset in file_path().

    Returns bigint

  • File where the column chunk is stored.

    If not set, assumed to belong to the same file as the metadata. This path is relative to the current file.

    Returns string

  • Returns void

  • Total number of values in this column chunk.

    Returns number

  • Returns the total uncompressed data size of this column chunk.

    Returns number