Skip to content

temporian.Schema #

A schema defines the type of data in an EventSetNode or EventSet.

A schema does not contain any actual data.

A schema can be shared by multiple EventSetNodes.

Attributes:

Name Type Description
features List[FeatureSchema]

List of feature names and types.

indexes List[IndexSchema]

List of index names and types.

is_unix_timestamp bool

Whether values correspond to Unix timestamps.