pyarrow.dataset.WrittenFile#

classpyarrow.dataset.WrittenFile(path,metadata,size)#

Bases:_Weakrefable

Metadata information about files written aspart 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’