mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
Implementing a VectorCoerceExpr.
Turns out we didn't have that yet. I don't remember who implemented vectors originally, but he does owe us all round at Jupiter ...
This commit is contained in:
parent
b3b5a73113
commit
5a6311d360
7 changed files with 115 additions and 6 deletions
|
@ -525,6 +525,10 @@ public:
|
|||
|
||||
int MatchesIndex(ListExpr*& index) const;
|
||||
|
||||
// Returns true if this table type is "unspecified", which is what one
|
||||
// gets using an empty "vector()" constructor.
|
||||
bool IsUnspecifiedVector() const;
|
||||
|
||||
protected:
|
||||
VectorType() { yield_type = 0; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue