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

pyarrow.parquet.ParquetLogicalType — Apache Arrow v25.0.1
Back to top
Search the docs ...:

pyarrow.parquet.ParquetLogicalType#

class pyarrow.parquet.ParquetLogicalType#

Bases: _Weakrefable

Logical type of parquet type.

__init__(*args, **kwargs)#

Methods

__init__(*args,**kwargs)

to_json(self)

Get a JSON string containing type and type parameters.

Attributes

type

Name of the logical type (str).

to_json(self)#

Get a JSON string containing type and type parameters.

Returns:
jsonstr

JSON representation of type, with at least a field called Type which contains the type name. If the type is parameterized, such as a decimal with scale and precision, will contain those as fields as well.

type#

Name of the logical type (str).


Web Proxy Viewer  |  New URL  |  Original Page