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
boolInclude date columns:
true
(default): Select date-only columnsfalse
: Exclude date columns
Used for calendar dates without time components
Time
boolInclude time columns:
true
(default): Select time-only columnsfalse
: Exclude time columns
Important for daily schedules and time-of-day analysis
Datetime
boolInclude datetime columns:
true
(default): Select timestamp columnsfalse
: Exclude datetime columns
Essential for precise temporal event tracking
Duration
boolInclude duration columns:
true
(default): Select time interval columnsfalse
: Exclude duration columns
Used for time spans, intervals, and elapsed time calculations