Package

io

snappydata

Permalink

package snappydata

Visibility
  1. Public
  2. All

Type Members

  1. case class DSID() extends LeafExpression with Product with Serializable

    Permalink

    Expression that returns the dsid of the server containing the row.

    Expression that returns the dsid of the server containing the row.

    Annotations
    @ExpressionDescription()
  2. trait Lead extends Server

    Permalink
  3. trait Locator extends FabricLocator

    Permalink
  4. trait ProtocolOverrides extends FabricServiceImpl

    Permalink
  5. trait Server extends FabricServer with StoreCallback

    Permalink
  6. trait TableStatsProviderService extends Logging

    Permalink
  7. trait ToolsCallback extends AnyRef

    Permalink

Value Members

  1. object Constant

    Permalink

    Constant names suggested per naming convention http://docs.scala-lang.org/style/naming-conventions.html

    Constant names suggested per naming convention http://docs.scala-lang.org/style/naming-conventions.html

    we decided to use upper case with underscore word separator.

  2. object JOS extends Enumeration

    Permalink

    List of possible values for Join Order QueryHint.

    List of possible values for Join Order QueryHint.

    Note: Ordering is applicable only when index choice is left to the optimizer. By default, if user specifies explicit index hint like "select * from t1 --+ index()", optimizer will just honor the hint and skip everything mentioned in joinOrder. In other words, a blank index() hint for any table disables choice of index and its associated following rules.

  3. object LocalizedMessages

    Permalink
  4. object Property extends Enumeration

    Permalink

    Property names should be as per naming convention http://docs.scala-lang.org/style/naming-conventions.html i.e.

    Property names should be as per naming convention http://docs.scala-lang.org/style/naming-conventions.html i.e. upper camel case.

  5. object QueryHint extends Enumeration

    Permalink

    SQL query hints as interpreted by the SnappyData SQL parser.

    SQL query hints as interpreted by the SnappyData SQL parser. The format mirrors closely the format used by Hive,Oracle query hints with a comment followed immediately by a '+' and then "key(value)" for the hint. Example:

    SELECT * /*+ hint(value) */ FROM t1

  6. object ServerManager

    Permalink

    Basic management of store servers which is common to all modes of operation (embedded, local, split cluster etc)

  7. object SnappyDataFunctions

    Permalink

    This will contain all the functions specific to snappydata

  8. object SnappyEmbeddedTableStatsProviderService extends TableStatsProviderService

    Permalink
  9. object SnappySparkProperty

    Permalink
  10. object SnappySparkSQLProperty

    Permalink
  11. object SnappyTableStatsProviderService

    Permalink
  12. object SnappyThinConnectorTableStatsProvider extends TableStatsProviderService

    Permalink
  13. object SparkProperty

    Permalink
  14. object SparkSQLProperty

    Permalink
  15. package collection

    Permalink
  16. package impl

    Permalink
  17. package util

    Permalink

Ungrouped