Package | Description |
---|---|
be.SIRAPRISE.typeimplementations |
This package contains the SIRA_PRISE type and operator implementations.
|
Modifier and Type | Method and Description |
---|---|
static UNPACK_RELATION |
UNPACK.getInstance(Heading heading,
java.util.Set<NameIdentifier> unpackAttributes)
Gets an instance of an UNPACK operator for the given heading and unpack specification
|
static INTERSECTInvocationResultDetails |
INTERSECT_RELATION_RELATION.validateExpressionDetails(Heading heading1,
Heading heading2,
java.util.LinkedHashSet<NameIdentifier> usingAttributes,
java.lang.String predicate1,
java.lang.String predicate2,
java.util.Collection<? extends KeyDef> arg1KeySpecifications,
java.util.Collection<? extends KeyDef> arg2KeySpecifications) |
static JOINInvocationResultDetails |
JOIN_RELATION_RELATION.validateExpressionDetails(Heading arg1Heading,
Heading arg2Heading,
java.util.LinkedHashSet<NameIdentifier> usingAttributes,
java.lang.String predicate1,
java.lang.String predicate2,
java.util.Collection<? extends KeyDef> arg1KeySpecifications,
java.util.Collection<? extends KeyDef> arg2KeySpecifications) |
static MINUSInvocationResultDetails |
MINUS_RELATION_RELATION.validateExpressionDetails(Heading minuendHeading,
Heading subtrahendHeading,
java.lang.String relationPredicate1,
java.lang.String relationPredicate2,
java.util.LinkedHashSet<NameIdentifier> usingAttributes) |
static UNIONInvocationResultDetails |
UNION_RELATION_RELATION.validateExpressionDetails(Heading heading1,
Heading heading2,
java.lang.String relationPredicate1,
java.lang.String relationPredicate2,
java.util.LinkedHashSet<NameIdentifier> usingAttributes) |
static PACKInvocationResultDetails |
PACK_RELATION_STRING.validateExpressionDetails(Heading inputHeading,
java.util.LinkedHashSet<NameIdentifier> packAttributeNames,
java.lang.String inputPredicate,
java.util.Collection<? extends KeyDef> inputKeySpecifications) |
static UNPACKInvocationResultDetails |
UNPACK_RELATION.validateExpressionDetails(Heading inputHeading,
java.util.Set<NameIdentifier> unpackAttributeNames,
java.lang.String inputPredicate) |
static UNPACKInvocationResultDetails |
UNPACK_RELATION.validateExpressionDetails(Heading inputHeading,
java.util.Set<NameIdentifier> unpackAttributeNames,
java.lang.String inputPredicate,
java.util.Collection<? extends KeyDef> inputKeySpecifications) |