DataQuery
Defined in: src/entities/data-connection.ts:23
Represents a data query
Extends
Extended by
Constructors
Constructor
new DataQuery(
dart):DataQuery
Defined in: src/entities/data-connection.ts:25
Parameters
| Parameter | Type |
|---|---|
dart | any |
Returns
DataQuery
Constructs
DataQuery
Overrides
Properties
| Property | Modifier | Type | Inherited from | Defined in |
|---|---|---|---|---|
aux | public | any | Func.aux | src/entities/func.ts:26 |
dart | public | any | Func.dart | src/entities/entity.ts:19 |
options | public | object | Func.options | src/entities/func.ts:27 |
Accessors
adHoc
Get Signature
get adHoc():
boolean
Defined in: src/entities/data-connection.ts:30
Deprecated
Use FuncCall.adHoc instead *
Returns
boolean
Set Signature
set adHoc(
a):void
Defined in: src/entities/data-connection.ts:32
Deprecated
Use FuncCall.adHoc instead *
Parameters
| Parameter | Type |
|---|---|
a | boolean |
Returns
void
author
Get Signature
get author():
any
Defined in: src/entities/entity.ts:59
Who created entity *
Returns
any
Inherited from
connection
Get Signature
get connection():
DataConnection
Defined in: src/entities/data-connection.ts:38
Returns
Set Signature
set connection(
c):void
Defined in: src/entities/data-connection.ts:39
Parameters
| Parameter | Type |
|---|---|
c | DataConnection |
Returns
void
createdOn
Get Signature
get createdOn():
Dayjs
Defined in: src/entities/entity.ts:50
Time when entity was created *
Returns
Dayjs
Inherited from
description
Get Signature
get description():
string
Defined in: src/entities/func.ts:36
Returns
string
Inherited from
entityType
Get Signature
get entityType():
string
Defined in: src/entities/entity.ts:66
Entity type name *
Returns
string
Inherited from
friendlyName
Get Signature
get friendlyName():
string
Defined in: src/entities/entity.ts:36
Entity friendly name
Returns
string
Set Signature
set friendlyName(
x):void
Defined in: src/entities/entity.ts:37
Parameters
| Parameter | Type |
|---|---|
x | string |
Returns
void
Inherited from
helpUrl
Get Signature
get helpUrl():
string
Defined in: src/entities/func.ts:43
Help URL.
Returns
string
Set Signature
set helpUrl(
url):void
Defined in: src/entities/func.ts:45
Parameters
| Parameter | Type |
|---|---|
url | string |
Returns
void
Inherited from
id
Get Signature
get id():
string
Defined in: src/entities/entity.ts:28
Entity ID (GUID)
Returns
string
Set Signature
set id(
x):void
Defined in: src/entities/entity.ts:29
Parameters
| Parameter | Type |
|---|---|
x | string |
Returns
void
Inherited from
inputs
Get Signature
get inputs():
Property[]
Defined in: src/entities/func.ts:66
Input parameters
Returns
Property[]
Inherited from
isVectorFunc
Get Signature
get isVectorFunc():
boolean
Defined in: src/entities/func.ts:53
Indicates that the function (or script) is already vector, meaning it accepts vector input (an entire column) and processes it in a single call, rather than being executed separately for each scalar element (row)
Returns
boolean
Inherited from
name
Get Signature
get name():
string
Defined in: src/entities/entity.ts:40
Entity short name
Returns
string
Set Signature
set name(
x):void
Defined in: src/entities/entity.ts:41
Parameters
| Parameter | Type |
|---|---|
x | string |