NativeQuery

org.llm4s.knowledgegraph.query.NativeQuery
case class NativeQuery(language: QueryLanguage, queryString: String, explanation: String)

A generated native query string for a specific graph query language.

Value parameters

explanation

Optional human-readable explanation of what the query does

language

The target query language

queryString

The generated query string

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product