CBigInteger | |
CTenTenSDK.Visitor.Computation< Result, T, TOfInt, TOfLong, TOfInt128, TOfDouble, TOfString > | Base class for the Visitor pattern |
▼CTenTenSDK.Visitor.Computation< Result, Column, Column.OfInts, Column.OfLongs, Column.OfInt128s, Column.OfDoubles, Column.OfStrings > | |
CTenTenSDK.Column.Computation< Result > | Visitor pattern dispatcher for functions |
▼CTenTenSDK.Visitor.Computation< Result, Datum, Datum.OfInt, Datum.OfLong, Datum.OfInt128, Datum.OfDouble, Datum.OfString > | |
CTenTenSDK.Datum.Computation< Result > | Visitor pattern dispatcher for functions |
CTenTenSDK.Native.CSDK | |
CDataColumn | |
CDataTable | |
▼CException | |
▼CTenTenSDK::Exceptions::TenTenException | Exception from using the 1010 API. Base class for 1010 Exceptions |
CTenTenSDK::Exceptions::BadWindowException | Exception thrown when a row is unexpectedly not available |
▼CTenTenSDK::Exceptions::CSDKException | Exception from the CSDK |
CTenTenSDK::Exceptions::InvalidCSDKColumnType | Exception for invalid CSDK column type |
CTenTenSDK::Exceptions::NullColumnException | Exception thrown when the CSDK gives us a column list with a null column |
CTenTenSDK::Exceptions::OOMException | Exception thrown when the layer between the CSDK and C# cannot allocate memory |
CTenTenSDK::Exceptions::FinishedIteratorException | Exception thrown when a column iterator should not have been exhausted |
CTenTenSDK::Exceptions::InvalidColumnTypeException | Exception thrown when trying to create column of an unsupported type |
CTenTenSDK::Exceptions::InvalidEnumerationAccessException | Exception thrown when accessing an enumeration item at an improper time (before MoveNext or after MoveNext returns false) |
CTenTenSDK::Exceptions::LoginTypeException | Exception thrown when an operation is forbidden by the type of login used |
CTenTenSDK::Exceptions::UnfinishedIteratorException | Exception thrown when a column iterator should be exhausted but is not |
CTenTenSDK::Exceptions::WrongColumnTypeException | Exception for trying to use the wrong type with respect to a column |
▼CTenTenSDK.Datum.Generic< BigInteger > | |
CTenTenSDK.Datum.OfInt128 | Datum for holding a 128 bit int |
▼CTenTenSDK.Column.Generic< BigInteger > | |
CTenTenSDK.Column.OfInt128s | Column of Int128 values |
▼CTenTenSDK.Datum.Generic< double > | |
CTenTenSDK.Datum.OfDouble | Datum holding a double |
CTenTenSDK.Column.Generic< double > | |
▼CTenTenSDK.Datum.Generic< int > | |
CTenTenSDK.Datum.OfInt | Datum holding an int |
▼CTenTenSDK.Column.Generic< int > | |
CTenTenSDK.Column.OfInts | Column of int values |
▼CTenTenSDK.Column.Generic< long > | |
CTenTenSDK.Column.OfLongs | Column of long values |
▼CTenTenSDK.Datum.Generic< long > | |
CTenTenSDK.Datum.OfLong | Datum holding a long |
▼CTenTenSDK.Column.Generic< String > | |
CTenTenSDK.Column.OfStrings | A column of String values |
▼CTenTenSDK.Datum.Generic< String > | |
CTenTenSDK.Datum.OfString | Datum holding a String |
▼CIDisposable | |
CTenTenSDK.Session | A connection to the 1010data Insights Platform |
CTenTenSDK.Table | A representation of data–either a query result or an actual table |
▼CTenTenSDK.IDownloadPolicy | An interface for download policies, which is equivalent to window size. The window is the number of rows of data that buffered when the SDK requests results |
CTenTenSDK.BasicPolicy | Enumeration constant window enumeration policy |
▼CIEnumerable | |
▼CTenTenSDK.Column.Generic< T > | Generic Column |
CTenTenSDK.Column.OfDoubles | A column of double values |
CTenTenSDK.IndexedSequence< T, TOfInt, TOfLong, TOfInt128, TOfDouble, TOfString > | Provides functionality for indexing into a sequence of INamed items |
CTenTenSDK.RowSet | Collections of rows of a table |
▼CTenTenSDK.INamed | Items that have a name |
▼CTenTenSDK.Column | Represents an int / long / int128 / double / String column |
CTenTenSDK.Column.Generic< T > | Generic Column |
▼CTenTenSDK.Datum | Represents a single int / long / int128 / double / String datum |
CTenTenSDK.Datum.Generic< T > | Datum holding a value |
▼CTenTenSDK.IndexedSequence< Column, Column.OfInts, Column.OfLongs, Column.OfInt128s, Column.OfDoubles, Column.OfStrings > | |
CTenTenSDK.ColumnSet | Collection of columns for a table |
▼CTenTenSDK.IndexedSequence< Datum, Datum.OfInt, Datum.OfLong, Datum.OfInt128, Datum.OfDouble, Datum.OfString > | |
CTenTenSDK.Row | Collection of data for a table (i.e. a row) |
CTenTenSDK.Column.Information | Nested container class for information describing a Column |
▼CList | |
CDataRow | |
CTenTenSDK.Visitor.Operation< T, TOfInt, TOfLong, TOfInt128, TOfDouble, TOfString > | Base class for the Visitor pattern |
▼CTenTenSDK.Visitor.Operation< Column, Column.OfInts, Column.OfLongs, Column.OfInt128s, Column.OfDoubles, Column.OfStrings > | |
CTenTenSDK.Column.Operation | Visitor pattern dispatcher for void functions |
▼CTenTenSDK.Visitor.Operation< Datum, Datum.OfInt, Datum.OfLong, Datum.OfInt128, Datum.OfDouble, Datum.OfString > | |
CTenTenSDK.Datum.Operation | Visitor pattern dispatcher for void functions |
CTenTenSDK.Query | Represents a query to be performed on the 1010data Insights Platform |