|
Kinetica C# API
Version 7.2.3.0
|
A set of results returned by Kinetica.showTable. More...
Inheritance diagram for kinetica.ShowTableResponse:
Collaboration diagram for kinetica.ShowTableResponse:Classes | |
| struct | AdditionalInfo |
| A set of string constants for the parameter additional_info. More... | |
| struct | TableDescriptions |
| A set of string constants for the parameter table_descriptions. More... | |
Properties | |
| string | table_name [get, set] |
| Value of table_name. More... | |
| IList< string > | table_names = new List<string>() [get, set] |
| If table_name is a table or view, then the single element of the array is table_name. More... | |
| IList< IList< string > > | table_descriptions = new List<IList<string>>() [get, set] |
| List of descriptions for the respective tables in table_names. More... | |
| IList< string > | type_ids = new List<string>() [get, set] |
| Type IDs of the respective tables in table_names. More... | |
| IList< string > | type_schemas = new List<string>() [get, set] |
| Type schemas of the respective tables in table_names. More... | |
| IList< string > | type_labels = new List<string>() [get, set] |
| Type labels of the respective tables in table_names. More... | |
| IList< IDictionary< string, IList< string > > > | properties = new List<IDictionary<string, IList<string>>>() [get, set] |
| Property maps of the respective tables in table_names. More... | |
| IList< IDictionary< string, string > > | additional_info = new List<IDictionary<string, string>>() [get, set] |
| Additional information about the respective tables in table_names. More... | |
| IList< long > | sizes = new List<long>() [get, set] |
| If GET_SIZES is TRUE, an array containing the number of records of each corresponding table in table_names. More... | |
| IList< long > | full_sizes = new List<long>() [get, set] |
| If GET_SIZES is TRUE, an array containing the number of records of each corresponding table in table_names (same values as sizes). More... | |
| IList< double > | join_sizes = new List<double>() [get, set] |
| If GET_SIZES is TRUE, an array containing the number of unfiltered records in the cross product of the sub-tables of each corresponding join-table in table_names. More... | |
| long | total_size [get, set] |
| If GET_SIZES is TRUE, the sum of the elements of sizes. More... | |
| long | total_full_size [get, set] |
| If GET_SIZES is TRUE, the sum of the elements of full_sizes (same value as total_size). More... | |
| IDictionary< string, string > | info = new Dictionary<string, string>() [get, set] |
| Additional information. More... | |
Properties inherited from kinetica.KineticaData | |
| Schema | Schema [get] |
| Avro Schema for this class More... | |
Properties inherited from Avro.Specific.ISpecificRecord | |
| Schema | Schema [get] |
Additional Inherited Members | |
Public Member Functions inherited from kinetica.KineticaData | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type More... | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type More... | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object More... | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object More... | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type More... | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type More... | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object More... | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object More... | |
Static Public Member Functions inherited from kinetica.KineticaData | |
| static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
| Create an Avro Schema from a System.Type and a KineticaType. More... | |
| static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
| Create an Avro Schema from a System.Type and a KineticaType. More... | |
A set of results returned by Kinetica.showTable.
Definition at line 638 of file ShowTable.cs.
|
getset |
Additional information about the respective tables in table_names.
Definition at line 1678 of file ShowTable.cs.
|
getset |
If GET_SIZES is TRUE, an array containing the number of records of each corresponding table in table_names (same values as sizes).
Otherwise, an empty array.
Definition at line 1695 of file ShowTable.cs.
|
getset |
Additional information.
Definition at line 1728 of file ShowTable.cs.
|
getset |
If GET_SIZES is TRUE, an array containing the number of unfiltered records in the cross product of the sub-tables of each corresponding join-table in table_names.
For simple tables, this number will be the same as sizes. For join-tables, this value gives the number of joined-table rows that must be processed by any aggregate functions operating on the table. Otherwise, (if GET_SIZES is FALSE), an empty array.
Definition at line 1710 of file ShowTable.cs.
|
getset |
Property maps of the respective tables in table_names.
Definition at line 1184 of file ShowTable.cs.
|
getset |
If GET_SIZES is TRUE, an array containing the number of records of each corresponding table in table_names.
Otherwise, an empty array.
Definition at line 1686 of file ShowTable.cs.
|
getset |
List of descriptions for the respective tables in table_names.
Supported values:
Definition at line 1168 of file ShowTable.cs.
|
getset |
Value of table_name.
Definition at line 1089 of file ShowTable.cs.
|
getset |
If table_name is a table or view, then the single element of the array is table_name.
If table_name is a schema and SHOW_CHILDREN is set to TRUE, then this array is populated with the names of all tables and views in the given schema; if SHOW_CHILDREN is FALSE, then this array will only include the schema name itself. If table_name is an empty string, then the array contains the names of all tables in the user's default schema.
Definition at line 1108 of file ShowTable.cs.
|
getset |
If GET_SIZES is TRUE, the sum of the elements of full_sizes (same value as total_size).
Otherwise, -1.
Definition at line 1725 of file ShowTable.cs.
|
getset |
If GET_SIZES is TRUE, the sum of the elements of sizes.
Otherwise, -1.
Definition at line 1717 of file ShowTable.cs.
|
getset |
Type IDs of the respective tables in table_names.
Definition at line 1172 of file ShowTable.cs.
|
getset |
Type labels of the respective tables in table_names.
Definition at line 1180 of file ShowTable.cs.
|
getset |
Type schemas of the respective tables in table_names.
Definition at line 1176 of file ShowTable.cs.