[ Web Proxy ]
URL:
Viewing: https://arrow.apache.org/docs/python/generated/pyarrow.dataset.WrittenFile.html [Back]  [Original]

pyarrow.dataset.WrittenFile — Apache Arrow v25.0.1
Back to top
Search the docs ...:

pyarrow.dataset.WrittenFile#

class pyarrow.dataset.WrittenFile(path, metadata, size)#

Bases: _Weakrefable

Metadata information about files written as part of a dataset write operation

Parameters:
pathstr

Path to the file.

metadatapyarrow.parquet.FileMetaData, optional

For Parquet files, the Parquet file metadata.

sizeint

The size of the file in bytes.

__init__(*args, **kwargs)#

Methods

__init__(*args,**kwargs)

Attributes

metadata

metadata: object

path

path: str

size

size: 'int64_t'

metadata#

metadata: object

path#

path: str

size#

size: int64_t


Web Proxy Viewer  |  New URL  |  Original Page