Additional documentation.
This commit is contained in:
parent
d253a35161
commit
b10270b502
48 changed files with 892 additions and 699 deletions
2
cast.go
2
cast.go
|
|
@ -36,6 +36,8 @@ type castImpl struct {
|
|||
castType string
|
||||
}
|
||||
|
||||
// CAST wraps expression for casting.
|
||||
// For instance: CAST(table.column).AS_BOOL()
|
||||
func CAST(expression Expression) cast {
|
||||
return &castImpl{
|
||||
Expression: expression,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue