Remove visitor.

This commit is contained in:
go-jet 2019-08-12 10:16:08 +02:00
parent 01f43d462a
commit e02e08a6ba
17 changed files with 8 additions and 158 deletions

View file

@ -14,7 +14,7 @@ var (
type SelectStatement interface {
jet.Statement
jet.HasProjections
jet.IExpression
jet.Expression
DISTINCT() SelectStatement
FROM(table ReadableTable) SelectStatement