Package | Description |
---|---|
be.SIRAPRISE.typeimplementations |
This package contains the SIRA_PRISE type and operator implementations.
|
Modifier and Type | Method and Description |
---|---|
static TCLOSE_RELATION |
TCLOSE.getInstance(Heading heading1,
java.util.LinkedList<NameIdentifier> nameIdentifiersInEntryOrder)
Gets an instance of the TCLOSE operator implementation for the given parameters
|
static TCLOSE_RELATION |
TCLOSE.getInstance(Heading heading,
java.util.Map<NameIdentifier,NameIdentifier> mappingFromAttributeNameIdentifierList)
Gets an instance of the TCLOSE operator implementation for the given parameters
|
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 UNGROUP_RELATION |
UNGROUP.getInstance(Heading heading,
java.util.Set<NameIdentifier> ungroupAttributes)
Gets The operator implementation for the UNGROUP operation
|
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 TCLOSEInvocationResultDetails |
TCLOSE_RELATION.validateExpressionDetails(Heading inputHeading,
java.util.Map<NameIdentifier,NameIdentifier> matchby,
java.lang.String inputPredicate) |
static RENAMEInvocationResultDetails |
RENAME_RELATION.validateExpressionDetails(Heading heading,
java.util.Map<NameIdentifier,NameIdentifier> renameFromToMap,
java.lang.String inputPredicate,
java.util.Collection<? extends KeyDef> inputKeySpecifications) |
static GROUPInvocationResultDetails |
GROUP.validateExpressionDetails(Heading heading,
java.util.Map<NameIdentifier,java.util.Set<NameIdentifier>> groupAttributes,
java.lang.String predicate,
java.util.Collection<? extends KeyDef> inputKeySpecifications) |
static UNGROUPInvocationResultDetails |
UNGROUP_RELATION.validateExpressionDetails(Heading heading,
java.util.Set<NameIdentifier> ungroupAttributes,
java.lang.String inputPredicate) |
static UNPACKInvocationResultDetails |
UNPACK_RELATION.validateExpressionDetails(Heading inputHeading,
java.util.Set<NameIdentifier> unpackAttributeNames,
java.lang.String inputPredicate) |
static UNGROUPInvocationResultDetails |
UNGROUP_RELATION.validateExpressionDetails(Heading heading,
java.util.Set<NameIdentifier> ungroupAttributes,
java.lang.String inputPredicate,
java.util.Collection<? extends KeyDef> inputKeySpecifications) |
static PROJECTInvocationResultDetails |
PROJECT_RELATION.validateExpressionDetails(Heading inputHeading,
java.util.Set<NameIdentifier> attributeNames,
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,
java.util.Collection<? extends KeyDef> inputKeySpecifications) |