Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
Focus::Dsl::Columns
Instance methods
bool_column
(name :
String
) :
Focus::BoolColumn
Source
date_column
(name :
String
) :
Focus::DateColumn
Source
float32_column
(name :
String
) :
Focus::FloatColumn
(
Float32
)
Source
float64_column
(name :
String
) :
Focus::FloatColumn
(
Float64
)
Source
int32_column
(name :
String
) :
Focus::IntColumn
(
Int32
)
Source
int64_column
(name :
String
) :
Focus::IntColumn
(
Int64
)
Source
interval_column
(name :
String
) :
Focus::IntervalColumn
Source
jsonb_column
(name :
String
) :
Focus::JsonbColumn
Source
string_column
(name :
String
) :
Focus::StringColumn
Source
time_column
(name :
String
) :
Focus::TimeColumn
Source
timestamp_column
(name :
String
) :
Focus::TimestampColumn
Source
timestamptz_column
(name :
String
) :
Focus::TimestampTzColumn
Source