@@ -73,6 +73,7 @@ var CountByResult = function() {};
7373CountByResult . prototype . asJSON ;
7474
7575var col = function ( ) { } ;
76+ var lit = function ( ) { } ;
7677
7778var Value = function ( ) { } ;
7879/** @type {? } */
@@ -83,26 +84,35 @@ Value.prototype.lteq;
8384Value . prototype . eq ;
8485
8586var Col = function ( ) { } ;
86-
87- var Literal = function ( ) { } ;
88-
87+ /** @type {? } */
88+ Col . prototype . bind ;
89+ var Or = function ( ) { } ;
90+ var And = function ( ) { } ;
8991var GTeq = function ( ) { } ;
9092/** @type {? } */
9193GTeq . prototype . and ;
9294/** @type {? } */
9395GTeq . prototype . or ;
94-
9596var LTeq = function ( ) { } ;
9697/** @type {? } */
9798LTeq . prototype . and ;
9899/** @type {? } */
99100LTeq . prototype . or ;
100-
101101var Equals = function ( ) { } ;
102102/** @type {? } */
103103Equals . prototype . and ;
104104/** @type {? } */
105105Equals . prototype . or ;
106+ var Predicate = function ( ) { } ;
107+ /** @type {? } */
108+ Predicate . prototype . bind ;
109+ /** @type {? } */
110+ Predicate . prototype . and ;
111+ /** @type {? } */
112+ Predicate . prototype . or ;
113+ /** @type {? } */
114+ Predicate . prototype . ands ;
115+ var Literal = function ( ) { } ;
106116
107117var TableToStringIterator = function ( ) { } ;
108118/** @type {? } */
@@ -142,8 +152,6 @@ Vector.prototype.get;
142152/** @type {? } */
143153Vector . prototype . set ;
144154/** @type {? } */
145- Vector . prototype . setData ;
146- /** @type {? } */
147155Vector . prototype . toArray ;
148156/** @type {? } */
149157Vector . prototype . concat ;
@@ -465,97 +473,125 @@ var FlatView = function() {};
465473/** @type {? } */
466474FlatView . prototype . get ;
467475/** @type {? } */
476+ FlatView . prototype . clone ;
477+ /** @type {? } */
468478FlatView . prototype . isValid ;
469479/** @type {? } */
470480FlatView . prototype . toArray ;
471481/** @type {? } */
472482FlatView . prototype . set ;
483+
484+ var PrimitiveView = function ( ) { } ;
473485/** @type {? } */
474- FlatView . prototype . setData ;
486+ PrimitiveView . prototype . size ;
487+ /** @type {? } */
488+ PrimitiveView . prototype . clone ;
475489
476490var NullView = function ( ) { } ;
477491/** @type {? } */
478492NullView . prototype . get ;
479493/** @type {? } */
494+ NullView . prototype . clone ;
495+ /** @type {? } */
480496NullView . prototype . isValid ;
481497/** @type {? } */
482498NullView . prototype . toArray ;
483499/** @type {? } */
484500NullView . prototype . set ;
485- /** @type {? } */
486- NullView . prototype . setData ;
487501
488502var BoolView = function ( ) { } ;
489503/** @type {? } */
490504BoolView . prototype . get ;
491505/** @type {? } */
506+ BoolView . prototype . clone ;
507+ /** @type {? } */
492508BoolView . prototype . isValid ;
493509/** @type {? } */
494510BoolView . prototype . toArray ;
495511/** @type {? } */
496512BoolView . prototype . set ;
497- /** @type {? } */
498- BoolView . prototype . setData ;
499513
500514var ValidityView = function ( ) { } ;
501515/** @type {? } */
502516ValidityView . prototype . get ;
503517/** @type {? } */
518+ ValidityView . prototype . clone ;
519+ /** @type {? } */
504520ValidityView . prototype . isValid ;
505521/** @type {? } */
506522ValidityView . prototype . toArray ;
507523/** @type {? } */
508524ValidityView . prototype . set ;
509- /** @type {? } */
510- ValidityView . prototype . setData ;
511525
512526var DictionaryView = function ( ) { } ;
513527/** @type {? } */
514528DictionaryView . prototype . get ;
515529/** @type {? } */
530+ DictionaryView . prototype . clone ;
531+ /** @type {? } */
516532DictionaryView . prototype . isValid ;
517533/** @type {? } */
518534DictionaryView . prototype . toArray ;
519535/** @type {? } */
520536DictionaryView . prototype . set ;
521- /** @type {? } */
522- DictionaryView . prototype . setData ;
523537
524538var ListViewBase = function ( ) { } ;
525539/** @type {? } */
526540ListViewBase . prototype . get ;
527541/** @type {? } */
542+ ListViewBase . prototype . clone ;
543+ /** @type {? } */
528544ListViewBase . prototype . isValid ;
529545/** @type {? } */
530546ListViewBase . prototype . toArray ;
531547/** @type {? } */
532548ListViewBase . prototype . set ;
533- /** @type {? } */
534- ListViewBase . prototype . setData ;
535549
536550var NestedView = function ( ) { } ;
537551/** @type {? } */
538552NestedView . prototype . get ;
539553/** @type {? } */
554+ NestedView . prototype . clone ;
555+ /** @type {? } */
540556NestedView . prototype . isValid ;
541557/** @type {? } */
542558NestedView . prototype . toArray ;
543559/** @type {? } */
544560NestedView . prototype . set ;
545- /** @type {? } */
546- NestedView . prototype . setData ;
547561
548562var ChunkedView = function ( ) { } ;
549563/** @type {? } */
550564ChunkedView . prototype . get ;
551565/** @type {? } */
566+ ChunkedView . prototype . clone ;
567+ /** @type {? } */
552568ChunkedView . prototype . isValid ;
553569/** @type {? } */
554570ChunkedView . prototype . toArray ;
555571/** @type {? } */
556572ChunkedView . prototype . set ;
557- /** @type {? } */
558- ChunkedView . prototype . setData ;
573+
574+ var ListView = function ( ) { } ;
575+ var FixedSizeListView = function ( ) { } ;
576+ var BinaryView = function ( ) { } ;
577+ var Utf8View = function ( ) { } ;
578+ var UnionView = function ( ) { } ;
579+ var DenseUnionView = function ( ) { } ;
580+ var StructView = function ( ) { } ;
581+ var MapView = function ( ) { } ;
582+ var NullView = function ( ) { } ;
583+ var FixedSizeView = function ( ) { } ;
584+ var Float16View = function ( ) { } ;
585+ var DateDayView = function ( ) { } ;
586+ var DateMillisecondView = function ( ) { } ;
587+ var TimestampDayView = function ( ) { } ;
588+ var TimestampSecondView = function ( ) { } ;
589+ var TimestampMillisecondView = function ( ) { } ;
590+ var TimestampMicrosecondView = function ( ) { } ;
591+ var TimestampNanosecondView = function ( ) { } ;
592+ var IntervalYearMonthView = function ( ) { } ;
593+ var IntervalYearView = function ( ) { } ;
594+ var IntervalMonthView = function ( ) { } ;
559595
560596var TypeVisitor = function ( ) { } ;
561597/** @type {? } */
0 commit comments