Show / Hide Table of Contents

Class DeephavenImports

Inheritance
System.Object
DeephavenImports
Namespace: Deephaven.OpenAPI.Client
Assembly: DeephavenOpenAPI.dll
Syntax
public static class DeephavenImports : object

Methods

AggAbsSum()

This method exists to resolve the ambiguity that would otherwise exist between the string[] and ISelectColumn[] versions of the method, if the caller were ever to invoke it with no arguments. TODO(kosak): decide what you would like to do if the no-arg invocation is nonsensical.

Declaration
public static Aggregate AggAbsSum()
Returns
Type Description
Aggregate

AggAbsSum(ISelectColumn[])

Declaration
public static Aggregate AggAbsSum(params ISelectColumn[] columns)
Parameters
Type Name Description
ISelectColumn[] columns
Returns
Type Description
Aggregate

AggAbsSum(String[])

Declaration
public static Aggregate AggAbsSum(params string[] columns)
Parameters
Type Name Description
System.String[] columns
Returns
Type Description
Aggregate

AggArray()

This method exists to resolve the ambiguity that would otherwise exist between the string[] and ISelectColumn[] versions of the method, if the caller were ever to invoke it with no arguments. TODO(kosak): decide what you would like to do if the no-arg invocation is nonsensical.

Declaration
public static Aggregate AggArray()
Returns
Type Description
Aggregate

AggArray(ISelectColumn[])

Declaration
public static Aggregate AggArray(params ISelectColumn[] columns)
Parameters
Type Name Description
ISelectColumn[] columns
Returns
Type Description
Aggregate

AggArray(String[])

Declaration
public static Aggregate AggArray(params string[] columns)
Parameters
Type Name Description
System.String[] columns
Returns
Type Description
Aggregate

AggAvg()

This method exists to resolve the ambiguity that would otherwise exist between the string[] and ISelectColumn[] versions of the method, if the caller were ever to invoke it with no arguments. TODO(kosak): decide what you would like to do if the no-arg invocation is nonsensical.

Declaration
public static Aggregate AggAvg()
Returns
Type Description
Aggregate

AggAvg(ISelectColumn[])

Declaration
public static Aggregate AggAvg(params ISelectColumn[] columns)
Parameters
Type Name Description
ISelectColumn[] columns
Returns
Type Description
Aggregate

AggAvg(String[])

Declaration
public static Aggregate AggAvg(params string[] columns)
Parameters
Type Name Description
System.String[] columns
Returns
Type Description
Aggregate

AggCombo(Aggregate[])

Declaration
public static AggregateCombo AggCombo(params Aggregate[] aggregates)
Parameters
Type Name Description
Aggregate[] aggregates
Returns
Type Description
AggregateCombo

AggCount(String)

Declaration
public static Aggregate AggCount(string resultColumn)
Parameters
Type Name Description
System.String resultColumn
Returns
Type Description
Aggregate

AggFirst()

This method exists to resolve the ambiguity that would otherwise exist between the string[] and ISelectColumn[] versions of the method, if the caller were ever to invoke it with no arguments. TODO(kosak): decide what you would like to do if the no-arg invocation is nonsensical.

Declaration
public static Aggregate AggFirst()
Returns
Type Description
Aggregate

AggFirst(ISelectColumn[])

Declaration
public static Aggregate AggFirst(params ISelectColumn[] columns)
Parameters
Type Name Description
ISelectColumn[] columns
Returns
Type Description
Aggregate

AggFirst(String[])

Declaration
public static Aggregate AggFirst(params string[] columns)
Parameters
Type Name Description
System.String[] columns
Returns
Type Description
Aggregate

AggLast()

This method exists to resolve the ambiguity that would otherwise exist between the string[] and ISelectColumn[] versions of the method, if the caller were ever to invoke it with no arguments. TODO(kosak): decide what you would like to do if the no-arg invocation is nonsensical.

Declaration
public static Aggregate AggLast()
Returns
Type Description
Aggregate

AggLast(ISelectColumn[])

Declaration
public static Aggregate AggLast(params ISelectColumn[] columns)
Parameters
Type Name Description
ISelectColumn[] columns
Returns
Type Description
Aggregate

AggLast(String[])

Declaration
public static Aggregate AggLast(params string[] columns)
Parameters
Type Name Description
System.String[] columns
Returns
Type Description
Aggregate

AggMax()

This method exists to resolve the ambiguity that would otherwise exist between the string[] and ISelectColumn[] versions of the method, if the caller were ever to invoke it with no arguments. TODO(kosak): decide what you would like to do if the no-arg invocation is nonsensical.

Declaration
public static Aggregate AggMax()
Returns
Type Description
Aggregate

AggMax(ISelectColumn[])

Declaration
public static Aggregate AggMax(params ISelectColumn[] columns)
Parameters
Type Name Description
ISelectColumn[] columns
Returns
Type Description
Aggregate

AggMax(String[])

Declaration
public static Aggregate AggMax(params string[] columns)
Parameters
Type Name Description
System.String[] columns
Returns
Type Description
Aggregate

AggMed()

This method exists to resolve the ambiguity that would otherwise exist between the string[] and ISelectColumn[] versions of the method, if the caller were ever to invoke it with no arguments. TODO(kosak): decide what you would like to do if the no-arg invocation is nonsensical.

Declaration
public static Aggregate AggMed()
Returns
Type Description
Aggregate

AggMed(ISelectColumn[])

Declaration
public static Aggregate AggMed(params ISelectColumn[] columns)
Parameters
Type Name Description
ISelectColumn[] columns
Returns
Type Description
Aggregate

AggMed(String[])

Declaration
public static Aggregate AggMed(params string[] columns)
Parameters
Type Name Description
System.String[] columns
Returns
Type Description
Aggregate

AggMin()

This method exists to resolve the ambiguity that would otherwise exist between the string[] and ISelectColumn[] versions of the method, if the caller were ever to invoke it with no arguments. TODO(kosak): decide what you would like to do if the no-arg invocation is nonsensical.

Declaration
public static Aggregate AggMin()
Returns
Type Description
Aggregate

AggMin(ISelectColumn[])

Declaration
public static Aggregate AggMin(params ISelectColumn[] columns)
Parameters
Type Name Description
ISelectColumn[] columns
Returns
Type Description
Aggregate

AggMin(String[])

Declaration
public static Aggregate AggMin(params string[] columns)
Parameters
Type Name Description
System.String[] columns
Returns
Type Description
Aggregate

AggPct(Double)

This method exists to resolve the ambiguity that would otherwise exist between the string[] and ISelectColumn[] versions of the method, if the caller were ever to invoke it with no arguments. TODO(kosak): decide what you would like to do if the no-arg invocation is nonsensical.

Declaration
public static Aggregate AggPct(double percentile)
Parameters
Type Name Description
System.Double percentile
Returns
Type Description
Aggregate

AggPct(Double, ISelectColumn[])

Declaration
public static Aggregate AggPct(double percentile, params ISelectColumn[] columns)
Parameters
Type Name Description
System.Double percentile
ISelectColumn[] columns
Returns
Type Description
Aggregate

AggPct(Double, String[])

Declaration
public static Aggregate AggPct(double percentile, params string[] columns)
Parameters
Type Name Description
System.Double percentile
System.String[] columns
Returns
Type Description
Aggregate

AggStd()

This method exists to resolve the ambiguity that would otherwise exist between the string[] and ISelectColumn[] versions of the method, if the caller were ever to invoke it with no arguments. TODO(kosak): decide what you would like to do if the no-arg invocation is nonsensical.

Declaration
public static Aggregate AggStd()
Returns
Type Description
Aggregate

AggStd(ISelectColumn[])

Declaration
public static Aggregate AggStd(params ISelectColumn[] columns)
Parameters
Type Name Description
ISelectColumn[] columns
Returns
Type Description
Aggregate

AggStd(String[])

Declaration
public static Aggregate AggStd(params string[] columns)
Parameters
Type Name Description
System.String[] columns
Returns
Type Description
Aggregate

AggSum()

This method exists to resolve the ambiguity that would otherwise exist between the string[] and ISelectColumn[] versions of the method, if the caller were ever to invoke it with no arguments. TODO(kosak): decide what you would like to do if the no-arg invocation is nonsensical.

Declaration
public static Aggregate AggSum()
Returns
Type Description
Aggregate

AggSum(ISelectColumn[])

Declaration
public static Aggregate AggSum(params ISelectColumn[] columns)
Parameters
Type Name Description
ISelectColumn[] columns
Returns
Type Description
Aggregate

AggSum(String[])

Declaration
public static Aggregate AggSum(params string[] columns)
Parameters
Type Name Description
System.String[] columns
Returns
Type Description
Aggregate

AggVar()

This method exists to resolve the ambiguity that would otherwise exist between the string[] and ISelectColumn[] versions of the method, if the caller were ever to invoke it with no arguments. TODO(kosak): decide what you would like to do if the no-arg invocation is nonsensical.

Declaration
public static Aggregate AggVar()
Returns
Type Description
Aggregate

AggVar(ISelectColumn[])

Declaration
public static Aggregate AggVar(params ISelectColumn[] columns)
Parameters
Type Name Description
ISelectColumn[] columns
Returns
Type Description
Aggregate

AggVar(String[])

Declaration
public static Aggregate AggVar(params string[] columns)
Parameters
Type Name Description
System.String[] columns
Returns
Type Description
Aggregate

AggWAvg(ISelectColumn, ISelectColumn[])

Declaration
public static Aggregate AggWAvg(ISelectColumn resultColumn, params ISelectColumn[] columns)
Parameters
Type Name Description
ISelectColumn resultColumn
ISelectColumn[] columns
Returns
Type Description
Aggregate

AggWAvg(String)

This method exists to resolve the ambiguity that would otherwise exist between the string[] and ISelectColumn[] versions of the method, if the caller were ever to invoke it with no arguments. TODO(kosak): decide what you would like to do if the no-arg invocation is nonsensical.

Declaration
public static Aggregate AggWAvg(string resultColumn)
Parameters
Type Name Description
System.String resultColumn
Returns
Type Description
Aggregate

AggWAvg(String, String[])

Declaration
public static Aggregate AggWAvg(string resultColumn, params string[] columns)
Parameters
Type Name Description
System.String resultColumn
System.String[] columns
Returns
Type Description
Aggregate
Back to top Generated by DocFX