org.apache.spark.sql.SparkSession object
the URI of the dataset / the identifier of the table on which the index is defined
xskipper the Xskipper instance associated with this IndexBuilder
Adds a BloomFilter index for the given column
Adds a BloomFilter index for the given column
the column to add the index on
the false positive rate to use
the key metadata to be used
Adds a BloomFilter index for the given column
Adds a BloomFilter index for the given column
the column to add the index on
the false positive rate to use
the expected number of distinct values in the bloom filter
Adds a BloomFilter index for the given column
Adds a BloomFilter index for the given column
the column to add the index on
the key metadata to be used
Adds a BloomFilter index for the given column
Adds a BloomFilter index for the given column
the column to add the index on
Adds a custom index (Overload for python)
Adds a custom index (Overload for python)
the index name
the sequence of columns
the index instance to add
Adds a custom index (Overload for python)
Adds a custom index (Overload for python)
the index name
the sequence of columns
the index instance to add
the key metadata to be used
Adds a custoom index
Adds a custoom index
the index instance to add
Adds a MinMax index for the given column
Adds a MinMax index for the given column
the column to add the index on
the key metadata to be used
Adds a MinMax index for the given column
Adds a MinMax index for the given column
the column to add the index on
Adds a ValueList index for the given column
Adds a ValueList index for the given column
the column to add the index on
the key metadata to be used
Adds a ValueList index for the given column
Adds a ValueList index for the given column
the column to add the index on
Build index operation for table URI It is assumed that the URI that was used in Xskipper definition is the identifier of a table (<db>.
Build index operation for table URI It is assumed that the URI that was used in Xskipper definition is the identifier of a table (<db>.
Helper class for building indexes