Enum ExternKind
Enumeration of the compute fabrics supported.
Namespace: Mangrove.MetricSetSyntaxTree.ExpressionNodes
Assembly: MetricSetSyntaxTree.dll
Syntax
public enum ExternKind
Fields
| Name | Description |
|---|---|
| Csharp | A series of C# Linq statements to calculate metrics. |
| Dot | Graphical description language (.DOT or .GV file) expressing the underlying syntax trees. This does not result in runnable code of any kind. |
| Hypercube | Externs which can work with the A&E Hypercube engine (which is Spark but a distinct architecture). |
| Kusto | Known externally as Application Analytics. |
| MetricsVectorization | Externs which can work with the Metric Vectorization. |
| None | This should never show up. |
| Scope | Microsoft-internal version of U-SQL. |
| SparkSql | Spark SQL, which can run directly against a Spark cluster, or in a notebook experience. |