TemporalColumns / Select Layer

Select time-related columns based on specified types. Critical for:

  • Time series analysis
  • Event data processing
  • Schedule operations
  • Historical data analysis
  • Duration calculations

Provides flexible selection of various temporal data types.

Table
0
0
Table

Date

bool
true

Include date columns:

  • true (default): Select date-only columns
  • false: Exclude date columns

Used for calendar dates without time components

Time

bool
true

Include time columns:

  • true (default): Select time-only columns
  • false: Exclude time columns

Important for daily schedules and time-of-day analysis

true

Include datetime columns:

  • true (default): Select timestamp columns
  • false: Exclude datetime columns

Essential for precise temporal event tracking

true

Include duration columns:

  • true (default): Select time interval columns
  • false: Exclude duration columns

Used for time spans, intervals, and elapsed time calculations