Expression that returns the dsid of the server containing the row.
A future that will be run repeatedly if it is finished, else wait for the previous run.
A future that will be run repeatedly if it is finished, else wait for the previous run. It also allows one to run explicitly on demand.
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.
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.
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.
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
Basic management of store servers which is common to all modes of operation (embedded, local, split cluster etc)
This will contain all the functions specific to snappydata
Expression that returns the dsid of the server containing the row.