FFS_ST_MATRIX_DATA_PATCH

Stores patches to be applied to the travel statistics.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_ST_MATRIX_DATA_PATCH_PK

ACTIVITY_FROM_KEY_ID, ACTIVITY_TO_KEY_ID

Columns

Name Datatype Length Precision Not-null Comments
ACTIVITY_FROM_KEY_ID NUMBER 10 Yes Activity Travel Key ID of the source (Activity or Provider location).
ACTIVITY_TO_KEY_ID NUMBER 10 Yes Activity Travel Key ID of the target (Activity or Provider location).
AVG NUMBER 5 Yes Average travel time between ACTIVITY_FROM_KEY_ID and ACTIVITY_TO_KEY_ID in minutes.
SIGMA2 NUMBER 5 Yes Squared deviation from average travel time.
COUNT NUMBER 10 Yes Number (sum of weights) of averaged samples in category.
ORIGIN NUMBER 3 Yes Defines the method that was used create this record.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
FFS_ST_MATRIX_DATA_PATCH_PK Unique DATA ACTIVITY_FROM_KEY_ID, ACTIVITY_TO_KEY_ID