Package | Description |
---|---|
oracle.odi.domain.mapping.generator | |
oracle.odi.mapping.generation | |
oracle.odi.mapping.generation.spark |
Modifier and Type | Class and Description |
---|---|
class |
TaskControl
A class used to control session task instantiation for the KM task line.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayExpression
A class representing complex expressions generated by the mapping code
generator.
|
class |
CallScriptCmd
A call script command takes a list of input relation and produces an output relation.
|
class |
Command
The abstract class which models an ODI scripting "command".
|
class |
CorrelatedQuery
A class to model a correlated subquery.
|
class |
CustomAST
A class to provide a customizable abstract syntax tree object to be used during code generation,
to generate code from an arbitrary user-settable template and template substitution map.
|
class |
JoinTable
Class to model a SQL join between 2 tables or subqueries.
|
class |
OracleInsertStatement
Models an Oracle insert statement in the ODI code generator.
|
class |
OracleMergeStatement
Models an Oracle merge statement in the ODI code generator.
|
class |
OracleSqlQuery
Models an Oracle SQL query in the ODI code generator.
|
class |
OracleUpdateStatement
Models an Oracle update statement in the ODI code generator.
|
class |
PigCommand |
class |
SetQuery
SetQuery is the substitution API class used for set operation.
It holds a collection of SqlQuery (the queries that will be union-ed),
a collection of columns alias, a set operation type and a set alias. |
class |
Table
A class to represent a source table in a SQL query.
|
class |
TableFunctionReference
A class to represent a reference to a database table function in a SQL query.
|
class |
WrappedCorrelatedQuery
A wrappedCorrelatedQuery is a special correlated query that may be wrapped within a string expression.
|
Modifier and Type | Method and Description |
---|---|
AbstractSyntaxTree.SubstitutionVariable[] |
AbstractSyntaxTree.SubstitutionVariables.value() |
Modifier and Type | Class and Description |
---|---|
class |
SparkCallScriptCmd
This class is the AST representing a Spark script call command, for implementing ODI table function.
|
class |
SparkCommand
An AST class representing a Spark command.
|
class |
SparkDistinctCmd
This is the AST representing a Spark distinct command.
|
class |
SparkExpressionCmd
The AST representing a Spark expression command.
|
class |
SparkFilterCmd
This is the AST representing a Spark filter command.
|
class |
SparkFlattenCmd |
class |
SparkGroupCmd
This is the AST representing a Spark group command.
|
class |
SparkHiveStoreCmd
This is the AST representing a Spark Hive store command.
|
class |
SparkHqlCmd
This is the AST representing a Spark Hql command.
|
class |
SparkInputSigCmd
The AST representing a Spark input signature command.
|
class |
SparkJoinCmd
This is the AST representing a Spark Join command.
|
class |
SparkKeyBasedLookupCmd
This is the AST representing a Spark key based lookup command
|
class |
SparkLoadCmd
This is the AST representing a Spark load command.
|
class |
SparkLookupCmd
The Spark command for Lookup data for a driving data source.
|
class |
SparkOrderByCmd
This is the AST representing a Spark order command.
|
class |
SparkOutputSigCmd
The AST representing a Spark output signature command.
|
class |
SparkPivotCmd
The Spark specific AST for pivot command.
|
class |
SparkScript
This is the AST class that represents a Spark script.
|
class |
SparkSetCmd
This is the AST representing a Spark set command.
|
class |
SparkSplitCmd
This is the AST representing a Spark split command.
|
class |
SparkSQLCmd
This is the AST representing a Spark SQL command.
|
class |
SparkSQLStoreCmd
This is the AST representing a Spark SQL store command.
|
class |
SparkStartStreamingCmd
This Spark command class generate python code for starting and stopping streaming processing
start()
awaitTerminationOrTimeout(timeout)
|
class |
SparkStoreCmd
This is the AST representing a Spark store command.
|
class |
SparkUnpivotCmd
This is the AST representing a Spark unpivot command.
|