Add GeometryExpression to exported expressions
All checks were successful
/ test (push) Successful in 2s
All checks were successful
/ test (push) Successful in 2s
This commit is contained in:
parent
49b5921a77
commit
5d227fcbd5
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ type Expression = jet.Expression
|
||||||
// BoolExpression interface
|
// BoolExpression interface
|
||||||
type BoolExpression = jet.BoolExpression
|
type BoolExpression = jet.BoolExpression
|
||||||
|
|
||||||
|
// GeometryExpression interface
|
||||||
|
type GeometryExpression = jet.GeometryExpression
|
||||||
|
|
||||||
// StringExpression interface
|
// StringExpression interface
|
||||||
type StringExpression = jet.StringExpression
|
type StringExpression = jet.StringExpression
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue