class documentation

class GinIndex(PostgresIndex):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method deconstruct Undocumented
Method get​_with​_params Undocumented
Class Variable suffix Undocumented
Instance Variable fastupdate Undocumented
Instance Variable gin​_pending​_list​_limit Undocumented

Inherited from PostgresIndex:

Method check​_supported Undocumented
Method create​_sql Undocumented
Property max​_name​_length Undocumented
def __init__(self, *expressions, fastupdate=None, gin_pending_list_limit=None, **kwargs):

Undocumented

def deconstruct(self):

Undocumented

def get_with_params(self):
suffix: str =

Undocumented

fastupdate =

Undocumented

gin_pending_list_limit =

Undocumented