The default name of an AVL is now the column name + '_indexer', and when
an AVL is opened (as opposed to created), it is read-only
This commit is contained in:
@ -352,7 +352,7 @@ cdef class OBIView :
|
||||
index_t nb_lines=0,
|
||||
index_t nb_elements_per_line=1, # TODO 1?
|
||||
list elements_names=None,
|
||||
str indexer_name="default_indexer",
|
||||
str indexer_name="",
|
||||
str comments="",
|
||||
bint create=True # TODO
|
||||
) :
|
||||
|
Reference in New Issue
Block a user