Class ClickHouseHints.Join
- Namespace
- LinqToDB.DataProvider.ClickHouse
- Assembly
- linq2db.dll
public static class ClickHouseHints.Join
- Inheritance
-
object
ClickHouseHints.Join
Fields
All
public const string All = "ALL"
Field Value
- string
AllAnti
[Obsolete("TODO: remove in v7. This API is based on an incorrect ClickHouse join hint model and works incorrectly. Use Anti instead.")]
public const string AllAnti = "ANTI"
Field Value
- string
AllAny
[Obsolete("TODO: remove in v7. This API is based on an incorrect ClickHouse join hint model and works incorrectly. Use Any instead.")]
public const string AllAny = "ANY"
Field Value
- string
AllAsOf
[Obsolete("TODO: remove in v7. This API is based on an incorrect ClickHouse join hint model and works incorrectly. Use AsOf instead.")]
public const string AllAsOf = "ASOF"
Field Value
- string
AllOuter
[Obsolete("TODO: remove in v7. This API is based on an incorrect ClickHouse join hint model and works incorrectly. Use Outer instead.")]
public const string AllOuter = "OUTER"
Field Value
- string
AllSemi
[Obsolete("TODO: remove in v7. This API is based on an incorrect ClickHouse join hint model and works incorrectly. Use Semi instead.")]
public const string AllSemi = "SEMI"
Field Value
- string
Anti
public const string Anti = "ANTI"
Field Value
- string
Any
public const string Any = "ANY"
Field Value
- string
AsOf
public const string AsOf = "ASOF"
Field Value
- string
Global
public const string Global = "GLOBAL"
Field Value
- string
GlobalAll
public const string GlobalAll = "GLOBAL ALL"
Field Value
- string
GlobalAnti
public const string GlobalAnti = "GLOBAL ANTI"
Field Value
- string
GlobalAny
public const string GlobalAny = "GLOBAL ANY"
Field Value
- string
GlobalAsOf
public const string GlobalAsOf = "GLOBAL ASOF"
Field Value
- string
GlobalOuter
public const string GlobalOuter = "GLOBAL OUTER"
Field Value
- string
GlobalSemi
public const string GlobalSemi = "GLOBAL SEMI"
Field Value
- string
Outer
public const string Outer = "OUTER"
Field Value
- string
Semi
public const string Semi = "SEMI"
Field Value
- string