Packages

o

io.xskipper.index

BaseIndexFactory

object BaseIndexFactory extends IndexFactory

Linear Supertypes
IndexFactory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseIndexFactory
  2. IndexFactory
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def getIndex(indexType: String, cols: Seq[String], params: Map[String, String], keyMetadata: Option[String] = None): Option[Index]

    Create an Index instance according to the given parameters

    Create an Index instance according to the given parameters

    indexType

    the index type to be created

    cols

    the columns on which the index should be created

    params

    the index parameters map

    keyMetadata

    the key metadata associated with the index

    returns

    The index that can be created from the parameters if possible

    Definition Classes
    BaseIndexFactoryIndexFactory