ColResult
open class ColResult : TupleResult
Wraps a Coll result from a Mentat query.
A Coll result is a list of rows of single values of type TypedValue.
Values for individual rows can be fetched as TypedValue or converted into a requested type.
Row values can be fetched as one of the following types:
TypedValueInt64EntidKeywordBoolDoubleDateStringUUID.
-
Declaration
Swift
open func makeIterator() -> ColResultIterator
ColResult Class Reference