refactor: change CallPlan returnings to a Set instead of a List
This commit is contained in:
committed by
Steve Chavez
parent
01432ce963
commit
cd5a611a1a
@@ -30,6 +30,7 @@ data JoinCondition =
|
||||
(QualifiedIdentifier, FieldName)
|
||||
deriving (Eq, Show)
|
||||
|
||||
-- TODO: Enforce uniqueness of columns by changing to a Set instead of a List where applicable
|
||||
data ReadPlan = ReadPlan
|
||||
{ select :: [CoercibleSelectField]
|
||||
, from :: QualifiedIdentifier
|
||||
|
||||
Reference in New Issue
Block a user