Query Result Converter

Classes

QueryResultConverter() : Helper class that provides a standard way to create an ABC using inheritance.

### Ancestors (in MRO)

* abc.ABC

### Descendants

* superlinked.framework.dsl.query.query_result_converter.default_query_result_converter.DefaultQueryResultConverter
* superlinked.framework.dsl.query.query_result_converter.serializable_query_result_converter.SerializableQueryResultConverter

### Methods

`convert(self, query_result: superlinked.framework.dsl.query.result.QueryResult) ‑> superlinked.framework.dsl.query.result.QueryResult`
:

Last updated

Was this helpful?