Postgres refactor.
This commit is contained in:
parent
d00167cbba
commit
8519ccbdd0
57 changed files with 2451 additions and 598 deletions
|
|
@ -32,7 +32,7 @@ func (b *CastImpl) AS(castType string) Expression {
|
|||
cast: string(castType),
|
||||
}
|
||||
|
||||
castExp.expressionInterfaceImpl.parent = castExp
|
||||
castExp.ExpressionInterfaceImpl.Parent = castExp
|
||||
|
||||
return castExp
|
||||
}
|
||||
|
|
@ -61,7 +61,7 @@ func (b *CastImpl) AS_TIME() TimeExpression {
|
|||
}
|
||||
|
||||
type castExpression struct {
|
||||
expressionInterfaceImpl
|
||||
ExpressionInterfaceImpl
|
||||
|
||||
expression Expression
|
||||
cast string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue