class documentation

Undocumented

Method __init__ Undocumented
Method as_sql Undocumented
Method get_db_prep_lookup Undocumented
Method get_rhs_op Undocumented
Method process_band_indices Extract the lhs band index from the band transform class and the rhs band index from the input tuple.
Method process_rhs Undocumented
Method process_rhs_params Undocumented
Class Variable distance Undocumented
Class Variable sql_template Undocumented
Class Variable transform_func Undocumented
Instance Variable band_lhs Undocumented
Instance Variable band_rhs Undocumented
Instance Variable rhs Undocumented
Instance Variable template_params Undocumented
def __init__(self, lhs, rhs): (source)

Undocumented

def as_sql(self, compiler, connection): (source)
def get_db_prep_lookup(self, value, connection): (source)

Undocumented

def get_rhs_op(self, connection, rhs): (source)

Undocumented

def process_band_indices(self, only_lhs=False): (source)

Extract the lhs band index from the band transform class and the rhs band index from the input tuple.

def process_rhs_params(self): (source)
transform_func = (source)

Undocumented

band_lhs = (source)

Undocumented

band_rhs = (source)

Undocumented

Undocumented

template_params: dict = (source)

Undocumented