Add GeometryExpression to exported expressions
This commit is contained in:
parent
49b5921a77
commit
53c6d3aa2f
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ type Expression = jet.Expression
|
|||
// BoolExpression interface
|
||||
type BoolExpression = jet.BoolExpression
|
||||
|
||||
// GeometryExpression interface
|
||||
type GeometryExpression = jet.GeometryExpression
|
||||
|
||||
// StringExpression interface
|
||||
type StringExpression = jet.StringExpression
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue