Kinetica C# API
Version 7.2.3.0
|
A set of results returned by Kinetica.showTable. More...
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... | |
![]() | |
Schema | Schema [get] |
Avro Schema for this class More... | |
Additional Inherited Members | |
![]() | |
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 ? 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 477 of file ShowTable.cs.
|
getset |
Additional information about the respective tables in table_names.
Definition at line 1393 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 1410 of file ShowTable.cs.
|
getset |
Additional information.
Definition at line 1443 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 1425 of file ShowTable.cs.
|
getset |
Property maps of the respective tables in table_names.
Definition at line 973 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 1401 of file ShowTable.cs.
|
getset |
List of descriptions for the respective tables in table_names.
Supported values:
Definition at line 957 of file ShowTable.cs.
|
getset |
Value of table_name.
Definition at line 878 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 897 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 1440 of file ShowTable.cs.
|
getset |
If GET_SIZES is TRUE, the sum of the elements of sizes.
Otherwise, -1.
Definition at line 1432 of file ShowTable.cs.
|
getset |
Type ids of the respective tables in table_names.
Definition at line 961 of file ShowTable.cs.
|
getset |
Type labels of the respective tables in table_names.
Definition at line 969 of file ShowTable.cs.
|
getset |
Type schemas of the respective tables in table_names.
Definition at line 965 of file ShowTable.cs.