MCPcopy
hub / github.com/pathwaycom/pathway / SchemaProperties

Class SchemaProperties

python/pathway/internals/schema.py:277–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275
276@dataclass(frozen=True)
277class SchemaProperties:
278 append_only: bool | None = None
279
280
281class SchemaMetaclass(type):

Callers 7

schema_builderFunction · 0.90
__init__Method · 0.85
update_propertiesMethod · 0.85
_schema_builderFunction · 0.85
schema_builderFunction · 0.85
schema_from_dictFunction · 0.85
schema_from_csvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected