1010Data Insights Platform .NET SDK
List of all members
TenTenSDK.Column.Computation< Result > Class Template Reference

Visitor pattern dispatcher for functions. More...

Inheritance diagram for TenTenSDK.Column.Computation< Result >:
TenTenSDK.Visitor.Computation< Result, Column, Column.OfInts, Column.OfLongs, Column.OfInt128s, Column.OfDoubles, Column.OfStrings >

Additional Inherited Members

- Public Member Functions inherited from TenTenSDK.Visitor.Computation< Result, Column, Column.OfInts, Column.OfLongs, Column.OfInt128s, Column.OfDoubles, Column.OfStrings >
virtual Result Compute (TOfInt i)
 Computes a value based on a TOfInt. More...
 
virtual Result Compute (TOfLong l)
 Computes a value based on a TOfLong. More...
 
virtual Result Compute (TOfInt128 q)
 Computes a value based on a TOfInt128. More...
 
virtual Result Compute (TOfDouble d)
 Computes a value based on a TOfDouble. More...
 
virtual Result Compute (TOfString s)
 Computes a value based on a TOfString. More...
 
- Protected Member Functions inherited from TenTenSDK.Visitor.Computation< Result, Column, Column.OfInts, Column.OfLongs, Column.OfInt128s, Column.OfDoubles, Column.OfStrings >
virtual Result GenericDefault (T v)
 Convenience default computation. More...
 

Detailed Description

Visitor pattern dispatcher for functions.

Subclass this with whatever you want your visitor to do.


The documentation for this class was generated from the following file: