Package | Description |
---|---|
be.SIRAPRISE.typeimplementations |
This package contains the SIRA_PRISE type and operator implementations.
|
Modifier and Type | Method and Description |
---|---|
ValueBuffer |
INTERSECTUSING_RELATION_RELATION.getIdentityElement() |
ValueBuffer |
BinaryMaxOperatorImplementation.getIdentityElement()
The identity value is the value returned by FIRSTxxx(), where xxx is the type of the arguments, if such a FIRSTxxx() operator is implemented.
|
ValueBuffer |
INTERSECT_RELATION_RELATION.getIdentityElement() |
ValueBuffer |
IntervalIntersectOperatorImplementation.getIdentityElement()
The identity element of any interval intersect operator exists only if the base type underlying the interval type to which the intersect operator is applied, has a FIRST...() operator.
|
ValueBuffer |
BinaryMinOperatorImplementation.getIdentityElement()
The identity value is the value returned by LASTxxx(), where xxx is the type of the arguments, if such a LASTxxx() operator is implemented.
|
ValueBuffer |
JOIN_RELATION_RELATION.getIdentityElement() |
ValueBuffer |
AggregationOperatorImplementation.getIdentityElement()
Gets the identity element of the operator in its domain.
|
ValueBuffer |
JOINUSING_RELATION_RELATION.getIdentityElement() |