MCPcopy Index your code
hub / github.com/feast-dev/feast / ParquetFormat

Class ParquetFormat

sdk/python/feast/data_format.py:60–69  ·  view source on GitHub ↗

Defines the Parquet data format

Source from the content-addressed store, hash-verified

58
59
60class ParquetFormat(FileFormat):
61 """
62 Defines the Parquet data format
63 """
64
65 def to_proto(self):
66 return FileFormatProto(parquet_format=FileFormatProto.ParquetFormat())
67
68 def __str__(self):
69 return "parquet"
70
71
72class DeltaFormat(FileFormat):

Callers 15

__init__Method · 0.90
from_data_sourceMethod · 0.90
to_data_sourceMethod · 0.90
create_data_sourceMethod · 0.90
create_data_sourceMethod · 0.90
create_data_sourceMethod · 0.90
create_data_sourceMethod · 0.90
test_apply_data_sourceFunction · 0.90

Calls

no outgoing calls