QueryExecutor mixin

Mixin that contains the logic on how to execute the query on a hive box

Mixin Applications

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(Query query, LazyBox<JSON> box) Future<QueryResult>
Tries to store queries payload in hive box
delete(Query query, LazyBox<JSON> box) Future<QueryResult>
Tries to delete payload from hive box
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(Query query, LazyBox<JSON> lazyBox) Future<QueryResult>
Tries to fetch payload from hive box
toString() String
A string representation of this object.
inherited
update(Query query, LazyBox<JSON> box) Future<QueryResult>
Tries to store queries payload in hive box

Operators

operator ==(Object other) bool
The equality operator.
inherited