Extension methods for ColumnType. More…
Static Public Member Functions | |
| static ColumnBaseType | GetBaseType (this ColumnType columnType) |
| Gets the base type for this column type. | |
| static string | GetAvroTypeName (this ColumnBaseType baseType) |
| Gets the Avro type name for this base type. | |
| static string | GetAvroTypeName (this ColumnType columnType) |
| Gets the Avro type name for this column type. | |
| static ColumnType | FromAvroAndProperties (string avroType, IEnumerable< string >? properties) |
| Parse column type from Avro type and properties. | |
| static ? string | GetPropertyName (this ColumnType columnType) |
| Gets the Kinetica property name for this column type (if it has one). | |
| static ColumnBaseType | GetBaseType (this ColumnType columnType) |
| Gets the base type for this column type. | |
| static string | GetAvroTypeName (this ColumnBaseType baseType) |
| Gets the Avro type name for this base type. | |
| static string | GetAvroTypeName (this ColumnType columnType) |
| Gets the Avro type name for this column type. | |
| static ColumnType | FromAvroAndProperties (string avroType, IEnumerable< string >? properties) |
| Parse column type from Avro type and properties. | |
| static ? string | GetPropertyName (this ColumnType columnType) |
| Gets the Kinetica property name for this column type (if it has one). | |
Detailed Description
Extension methods for ColumnType.
Definition at line 103 of file ColumnType.cs.
Member Function Documentation
◆ FromAvroAndProperties() [1/2]
| inlinestatic |
Parse column type from Avro type and properties.
Equivalent to Rust’s ColumnType::from_avro_and_properties().
Definition at line 169 of file ColumnType.cs.
◆ FromAvroAndProperties() [2/2]
| inlinestatic |
Parse column type from Avro type and properties.
Equivalent to Rust’s ColumnType::from_avro_and_properties().
Definition at line 169 of file ColumnType.cs.
◆ GetAvroTypeName() [1/4]
| inlinestatic |
Gets the Avro type name for this base type.
Equivalent to Rust’s ColumnBaseType::avro_type() method.
Definition at line 143 of file ColumnType.cs.
◆ GetAvroTypeName() [2/4]
| inlinestatic |
Gets the Avro type name for this base type.
Equivalent to Rust’s ColumnBaseType::avro_type() method.
Definition at line 143 of file ColumnType.cs.
◆ GetAvroTypeName() [3/4]
| inlinestatic |
Gets the Avro type name for this column type.
Definition at line 160 of file ColumnType.cs.
◆ GetAvroTypeName() [4/4]
| inlinestatic |
Gets the Avro type name for this column type.
Definition at line 160 of file ColumnType.cs.
◆ GetBaseType() [1/2]
| inlinestatic |
Gets the base type for this column type.
Equivalent to Rust’s ColumnType::base_type() method.
Definition at line 109 of file ColumnType.cs.
◆ GetBaseType() [2/2]
| inlinestatic |
Gets the base type for this column type.
Equivalent to Rust’s ColumnType::base_type() method.
Definition at line 109 of file ColumnType.cs.
◆ GetPropertyName() [1/2]
| inlinestatic |
Gets the Kinetica property name for this column type (if it has one).
Definition at line 224 of file ColumnType.cs.
◆ GetPropertyName() [2/2]
| inlinestatic |
Gets the Kinetica property name for this column type (if it has one).
Definition at line 224 of file ColumnType.cs.
The documentation for this class was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Records/ColumnType.cs
- Kinetica/Records/ColumnType.cs