public static BollingerBandsPayload BollingerBands(this CepWindow <StockQuote> window)
        {
            // This method is actually never executed. Instead StreamInsight
            // invokes the BollingerBandsUDA class.

            // Throw an error if method is executed.
            throw CepUtility.DoNotCall();
        }
        public static double StandardDeviation(this CepWindow <StockQuote> window)
        {
            // This method is actually never executed. Instead StreamInsight
            // invokes the StandardDeviationUDA class.

            // Throw an error if method is executed.
            throw CepUtility.DoNotCall();
        }
Example #3
0
 public static VehicleWeightInfo VehicleWeights(this CepWindow <TollReading> window)
 {
     throw CepUtility.DoNotCall();
 }
Example #4
0
 public static float OutOfStateVehicleRatio2 <TPayload>(this CepWindow <TPayload> window, Expression <Func <TPayload, string> > expression)
 {
     throw CepUtility.DoNotCall();
 }
Example #5
0
 public static float OutOfStateVehicleRatio <TPayload>(this CepWindow <TPayload> window)
 {
     throw CepUtility.DoNotCall();
 }
Example #6
0
 public static float Delta <T>(this CepWindow <T> window, Expression <Func <T, float> > map)
 {
     throw CepUtility.DoNotCall();
 }
Example #7
0
 public static IEnumerable <TPayload> GroupedElements <TPayload>(this CepWindow <TPayload> window)
 {
     throw CepUtility.DoNotCall();
 }
Example #8
0
 public static int DistinctCount <TPayload>(this CepWindow <TPayload> window)
 {
     throw CepUtility.DoNotCall();
 }
Example #9
0
 public static string WATIS <TwitterDataTerm>(this CepWindow <TwitterDataTerm> window)
 {
     throw CepUtility.DoNotCall();
 }
Example #10
0
 public static TRegister AfaOperator <TInput, TRegister>(this CepWindow <TInput> window, string typeName)
 {
     throw CepUtility.DoNotCall();
 }