Class ClickHouseMemberTranslator.ClickHouseWindowFunctionsMemberTranslator
- Namespace
- LinqToDB.Internal.DataProvider.ClickHouse.Translation
- Assembly
- linq2db.dll
protected class ClickHouseMemberTranslator.ClickHouseWindowFunctionsMemberTranslator : WindowFunctionsMemberTranslator, IMemberTranslator
- Inheritance
-
objectClickHouseMemberTranslator.ClickHouseWindowFunctionsMemberTranslator
- Implements
- Inherited Members
- Extension Methods
Properties
IsAggregateDistinctSupported
protected override bool IsAggregateDistinctSupported { get; }
Property Value
IsCorrelationSupported
protected override bool IsCorrelationSupported { get; }
Property Value
IsCumeDistSupported
protected override bool IsCumeDistSupported { get; }
Property Value
IsFrameExclusionSupported
protected override bool IsFrameExclusionSupported { get; }
Property Value
IsFrameGroupsSupported
protected override bool IsFrameGroupsSupported { get; }
Property Value
IsPercentileContSupported
protected override bool IsPercentileContSupported { get; }
Property Value
IsPercentileDiscSupported
protected override bool IsPercentileDiscSupported { get; }
Property Value
IsRowNumberNeedsCasting
When true, the translated ROW_NUMBER() is wrapped in an explicit CAST to the
result type. Providers whose ROW_NUMBER() does not yield the expected numeric type override this to
opt in (e.g. ClickHouse). Default: false.
public override bool IsRowNumberNeedsCasting { get; }
Property Value
IsVarianceBareSupported
protected override bool IsVarianceBareSupported { get; }
Property Value
IsVarianceSupported
protected override bool IsVarianceSupported { get; }
Property Value
StdDevFunctionName
protected override string StdDevFunctionName { get; }
Property Value
VarianceFunctionName
protected override string VarianceFunctionName { get; }