QueryOptions#

class langchain_postgres.v2.indexes.QueryOptions[source]#

Methods

__init__()

to_parameter()

Convert index attributes to list of configurations.

to_string()

Convert index attributes to string.

__init__() None#
Return type:

None

abstractmethod to_parameter() list[str][source]#

Convert index attributes to list of configurations.

Return type:

list[str]

abstractmethod to_string() str[source]#

Convert index attributes to string.

Return type:

str