A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 

A

A_BEGIN - Static variable in class org.apache.mrql.jsym
 
A_END - Static variable in class org.apache.mrql.jsym
 
abs(MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
abs(MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
abs(MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
abs(MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
abs(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
abs(MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
abs(MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
abs(MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
abs(MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
abs(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
acos(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
acos(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
action_obj - Variable in class org.apache.mrql.JSONParser
Instance of action encapsulation class.
action_obj - Variable in class org.apache.mrql.MRQLParser
Instance of action encapsulation class.
action_table() - Method in class org.apache.mrql.JSONParser
Access to parse-action table.
action_table() - Method in class org.apache.mrql.MRQLParser
Access to parse-action table.
add(MRData) - Method in class org.apache.mrql.Bag
add a new value to a Bag (cache it in memory if necessary)
add(MRData) - Method in class org.apache.mrql.Bag
add a new value to a Bag (cache it in memory if necessary)
add(DataSource) - Method in class org.apache.mrql.DataSet
add a DataSource to this DataSet
add(DataSource) - Method in class org.apache.mrql.DataSet
add a DataSource to this DataSet
add_element(MRData) - Method in class org.apache.mrql.Bag
add a new value to a Bag (cache it in memory if necessary)
add_element(MRData) - Method in class org.apache.mrql.Bag
add a new value to a Bag (cache it in memory if necessary)
addAll(Bag) - Method in class org.apache.mrql.Bag
add the elements of a Bag to the end of this Bag
addAll(Bag) - Method in class org.apache.mrql.Bag
add the elements of a Bag to the end of this Bag
aggregate(Tree, Tree, Tree, Environment) - Method in class org.apache.mrql.Evaluator
The Aggregate physical operator
aggregate(Tree, Tree, Tree, Environment) - Method in class org.apache.mrql.Evaluator
The Aggregate physical operator
aggregate(Function, MRData, Bag) - Static method in class org.apache.mrql.MapReduceAlgebra
aggregate the Bag elements
aggregate(Function, MRData, Bag) - Static method in class org.apache.mrql.MapReduceAlgebra
aggregate the Bag elements
AGGREGATION - Static variable in class org.apache.mrql.sym
 
algebraic_operators - Static variable in class org.apache.mrql.Translator
 
AlgebraicOptimization - Class in org.apache.mrql
Optimize MRQL algebra expressions using normalization rules and heuristic optimizations
AlgebraicOptimization() - Constructor for class org.apache.mrql.AlgebraicOptimization
 
ALL - Static variable in class org.apache.mrql.sym
 
all(Bag) - Static method in class org.apache.mrql.SystemFunctions
 
all(Bag) - Static method in class org.apache.mrql.SystemFunctions
 
alpha_equivalent(Tree, Tree, SymbolTable) - Static method in class org.apache.mrql.Translator
return true if x is equal to y modulo variable substitution
alpha_equivalent(Tree, Tree) - Static method in class org.apache.mrql.Translator
return true if x is equal to y modulo variable substitution
AND - Static variable in class org.apache.mrql.sym
 
and(MR_bool, MR_bool) - Static method in class org.apache.mrql.SystemFunctions
 
and(MR_bool, MR_bool) - Static method in class org.apache.mrql.SystemFunctions
 
andM - Static variable in class org.apache.mrql.BSPTranslator
 
append(XPathParser.Cache) - Method in class org.apache.mrql.XPathParser.Cache
 
append(XPathParser.Cache) - Method in class org.apache.mrql.XPathParser.Cache
 
args - Variable in class org.apache.mrql.ParsedDataSource
 
args - Variable in class org.apache.mrql.ParsedDataSource
 
AS - Static variable in class org.apache.mrql.sym
 
ASCENDING - Static variable in class org.apache.mrql.sym
 
asin(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
asin(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
ASSIGN - Static variable in class org.apache.mrql.sym
 
assign(String, Tree) - Static method in class org.apache.mrql.TopLevel
handle the assignment v=e
atan(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
atan(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
ATSYM - Static variable in class org.apache.mrql.sym
 
attributename - Variable in class org.apache.mrql.XPathParser.Attribute
 
attributename - Variable in class org.apache.mrql.XPathParser.Attribute
 
avg_value(MRData) - Static method in class org.apache.mrql.SystemFunctions
used in avg
avg_value(MRData) - Static method in class org.apache.mrql.SystemFunctions
used in avg

B

Bag - Class in org.apache.mrql
A sequence of MRData.
Bag - Class in org.apache.mrql
A sequence of MRData.
Bag() - Constructor for class org.apache.mrql.Bag
create an empty bag as an ArrayList
Bag(int) - Constructor for class org.apache.mrql.Bag
create an empty bag as an ArrayList with a given capacity
Bag(MRData...) - Constructor for class org.apache.mrql.Bag
in-memory Bag construction (an ArrayList) initialized with data
Bag(BagIterator) - Constructor for class org.apache.mrql.Bag
lazy construction (stream-based) of a Bag
Bag() - Constructor for class org.apache.mrql.Bag
create an empty bag as an ArrayList
Bag(int) - Constructor for class org.apache.mrql.Bag
create an empty bag as an ArrayList with a given capacity
Bag(MRData...) - Constructor for class org.apache.mrql.Bag
in-memory Bag construction (an ArrayList) initialized with data
Bag(BagIterator) - Constructor for class org.apache.mrql.Bag
lazy construction (stream-based) of a Bag
BAG - Static variable in class org.apache.mrql.MRContainer
 
BAG - Static variable in class org.apache.mrql.MRContainer
 
Bag.Modes - Enum in org.apache.mrql
 
Bag.Modes - Enum in org.apache.mrql
 
BagIterator - Class in org.apache.mrql
an Iterator over Bags
BagIterator - Class in org.apache.mrql
an Iterator over Bags
BagIterator() - Constructor for class org.apache.mrql.BagIterator
 
BagIterator() - Constructor for class org.apache.mrql.BagIterator
 
basic_type(byte) - Static method in class org.apache.mrql.MRContainer
 
basic_type(byte) - Static method in class org.apache.mrql.MRContainer
 
best_plan(Tree) - Static method in class org.apache.mrql.QueryPlan
 
BinaryDataSource - Class in org.apache.mrql
A DataSource used for storing intermediate results and data dumps
BinaryDataSource - Class in org.apache.mrql
A DataSource used for storing intermediate results and data dumps
BinaryDataSource(int, String, Configuration) - Constructor for class org.apache.mrql.BinaryDataSource
 
BinaryDataSource(String, Configuration) - Constructor for class org.apache.mrql.BinaryDataSource
 
BinaryDataSource(int, String, Configuration) - Constructor for class org.apache.mrql.BinaryDataSource
 
BinaryDataSource(String, Configuration) - Constructor for class org.apache.mrql.BinaryDataSource
 
binaryInputFormat() - Method in class org.apache.mrql.Evaluator
return the FileInputFormat for binary files
binaryInputFormat() - Method in class org.apache.mrql.Evaluator
return the FileInputFormat for binary files
binarySource(int, String) - Static method in class org.apache.mrql.Plan
The source physical operator for binary files
binarySource(String) - Static method in class org.apache.mrql.Plan
The source physical operator for binary files
binarySource(int, String) - Static method in class org.apache.mrql.Plan
The source physical operator for binary files
binarySource(String) - Static method in class org.apache.mrql.Plan
The source physical operator for binary files
bind_pattern(Tree, Tree) - Static method in class org.apache.mrql.Normalization
given that pattern=e, find the bindings of the pattern variables
BOOLEAN - Static variable in class org.apache.mrql.MRContainer
 
BOOLEAN - Static variable in class org.apache.mrql.MRContainer
 
BSLASH - Static variable in class org.apache.mrql.sym
 
bsp(Tree, Environment) - Method in class org.apache.mrql.Evaluator
run a BSP task
bsp(Tree, Environment) - Method in class org.apache.mrql.Evaluator
run a BSP task
BSP(int[], Function, MRData, boolean, Bag[]) - Static method in class org.apache.mrql.MapReduceAlgebra
The BSP operation
BSP(int[], Function, MRData, boolean, Bag[]) - Static method in class org.apache.mrql.MapReduceAlgebra
The BSP operation
bsp_empty_bag - Static variable in class org.apache.mrql.SystemFunctions
 
bsp_empty_bag - Static variable in class org.apache.mrql.SystemFunctions
 
bsp_false_value - Static variable in class org.apache.mrql.SystemFunctions
 
bsp_false_value - Static variable in class org.apache.mrql.SystemFunctions
 
bsp_mode - Static variable in class org.apache.mrql.Config
 
bsp_mode - Static variable in class org.apache.mrql.Config
 
bsp_msg_size - Static variable in class org.apache.mrql.Config
 
bsp_msg_size - Static variable in class org.apache.mrql.Config
 
bsp_true_value - Static variable in class org.apache.mrql.SystemFunctions
 
bsp_true_value - Static variable in class org.apache.mrql.SystemFunctions
 
BSPTranslator - Class in org.apache.mrql
Translates physical plans to BSP plans to be executed on Hama
BSPTranslator() - Constructor for class org.apache.mrql.BSPTranslator
 
buffer - Variable in class org.apache.mrql.JsonSplitter
 
buffer - Variable in class org.apache.mrql.JsonSplitter
 
buffer - Variable in class org.apache.mrql.XMLSplitter
 
buffer - Variable in class org.apache.mrql.XMLSplitter
 
buffer_size_increment - Static variable in class org.apache.mrql.XPathParser.Cache
 
buffer_size_increment - Static variable in class org.apache.mrql.XPathParser.Cache
 
buffered_in - Variable in class org.apache.mrql.LineParser
 
BY - Static variable in class org.apache.mrql.sym
 
BYTE - Static variable in class org.apache.mrql.MRContainer
 
BYTE - Static variable in class org.apache.mrql.MRContainer
 
byteBuffer - Variable in class org.apache.mrql.XPathParser.Cache
 
byteBuffer - Variable in class org.apache.mrql.XPathParser.Cache
 

C

cache - Static variable in class org.apache.mrql.Plan
the cache that holds all local data in memory
cache - Static variable in class org.apache.mrql.Plan
the cache that holds all local data in memory
cache - Variable in class org.apache.mrql.XPathParser.Descendant
 
cache - Variable in class org.apache.mrql.XPathParser.Descendant
 
cache - Variable in class org.apache.mrql.XPathParser.Materialize
 
cache - Variable in class org.apache.mrql.XPathParser.Materialize
 
cacheCharacters(char[], int, int) - Method in class org.apache.mrql.XPathParser.Cache
 
cacheCharacters(char[], int, int) - Method in class org.apache.mrql.XPathParser.Cache
 
cached_events - Static variable in class org.apache.mrql.XPathParser
 
cached_events - Static variable in class org.apache.mrql.XPathParser
 
cacheEndElement(String, String, String) - Method in class org.apache.mrql.XPathParser.Cache
 
cacheEndElement(String, String, String) - Method in class org.apache.mrql.XPathParser.Cache
 
cacheStartElement(String, String, String, Attributes) - Method in class org.apache.mrql.XPathParser.Cache
 
cacheStartElement(String, String, String, Attributes) - Method in class org.apache.mrql.XPathParser.Cache
 
call(int, MRData...) - Static method in class org.apache.mrql.ClassImporter
call a system method with a given number over MRData
call(int, MRData...) - Static method in class org.apache.mrql.ClassImporter
call a system method with a given number over MRData
can_use_combiner - Static variable in class org.apache.mrql.PlanGeneration.Aggregates
 
CASE - Static variable in class org.apache.mrql.sym
 
ceil(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
ceil(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
CHAR - Static variable in class org.apache.mrql.MRContainer
 
CHAR - Static variable in class org.apache.mrql.MRContainer
 
char_pos() - Method in class org.apache.mrql.JSONLex
 
char_pos() - Method in class org.apache.mrql.MRQLLex
 
char_pos() - Method in class org.apache.mrql.MRQLParser
 
characters(char[], int, int) - Method in class org.apache.mrql.XPathParser.Attribute
 
characters(char[], int, int) - Method in class org.apache.mrql.XPathParser.Attribute
 
characters(char[], int, int) - Method in class org.apache.mrql.XPathParser.Child
 
characters(char[], int, int) - Method in class org.apache.mrql.XPathParser.Child
 
characters(char[], int, int) - Method in class org.apache.mrql.XPathParser.Descendant
 
characters(char[], int, int) - Method in class org.apache.mrql.XPathParser.Descendant
 
characters(char[], int, int) - Method in class org.apache.mrql.XPathParser.Equals
 
characters(char[], int, int) - Method in class org.apache.mrql.XPathParser.Equals
 
characters(char[], int, int) - Method in class org.apache.mrql.XPathParser.Materialize
 
characters(char[], int, int) - Method in class org.apache.mrql.XPathParser.Materialize
 
characters(char[], int, int) - Method in class org.apache.mrql.XPathParser.MRDataHandler
 
characters(char[], int, int) - Method in class org.apache.mrql.XPathParser.MRDataHandler
 
characters(char[], int, int) - Method in class org.apache.mrql.XPathParser.Predicate
 
characters(char[], int, int) - Method in class org.apache.mrql.XPathParser.Predicate
 
characters(char[], int, int) - Method in class org.apache.mrql.XPathParser.Print
 
characters(char[], int, int) - Method in class org.apache.mrql.XPathParser.Print
 
characters(char[], int, int) - Method in class org.apache.mrql.XPathParser.SimpleDescendant
 
characters(char[], int, int) - Method in class org.apache.mrql.XPathParser.SimpleDescendant
 
characters(char[], int, int) - Method in class org.apache.mrql.XPathParser.XPathHandler
 
characters(char[], int, int) - Method in class org.apache.mrql.XPathParser.XPathHandler
 
children - Variable in class org.apache.mrql.XPathParser.MRDataHandler
 
children - Variable in class org.apache.mrql.XPathParser.MRDataHandler
 
ClassImporter - Class in org.apache.mrql
imports external Java methods into MRQL
ClassImporter - Class in org.apache.mrql
imports external Java methods into MRQL
ClassImporter() - Constructor for class org.apache.mrql.ClassImporter
 
ClassImporter() - Constructor for class org.apache.mrql.ClassImporter
 
clean() - Static method in class org.apache.mrql.Compiler
 
clean() - Static method in class org.apache.mrql.MRQL
clean up the MRQL workspace
clean() - Static method in class org.apache.mrql.MRQL
clean up the MRQL workspace
clean() - Static method in class org.apache.mrql.Plan
remove all temporary files
clean() - Static method in class org.apache.mrql.Plan
remove all temporary files
clear() - Method in class org.apache.mrql.Bag
make this Bag empty (cache it in memory if necessary)
clear() - Method in class org.apache.mrql.Bag
make this Bag empty (cache it in memory if necessary)
closure(Tree, Environment) - Static method in class org.apache.mrql.Interpreter
replace all non-free variables with their reified values
closure(Function, Bag, int) - Static method in class org.apache.mrql.MapReduceAlgebra
transitive closure: repeat the loop until the new set is equal to the previous set or until we reach the max num of steps
closure(Function, Bag, int) - Static method in class org.apache.mrql.MapReduceAlgebra
transitive closure: repeat the loop until the new set is equal to the previous set or until we reach the max num of steps
cmap(Function, Bag) - Static method in class org.apache.mrql.MapReduceAlgebra
lazy concat-map (stream-based)
cmap(Function, Bag) - Static method in class org.apache.mrql.MapReduceAlgebra
lazy concat-map (stream-based)
coerce(MRData, MR_int) - Static method in class org.apache.mrql.SystemFunctions
coerce a basic type to a new type indicated by the basic type number
coerce(MRData, MR_int) - Static method in class org.apache.mrql.SystemFunctions
coerce a basic type to a new type indicated by the basic type number
coerce_method - Static variable in class org.apache.mrql.Interpreter
 
coerceM - Static variable in class org.apache.mrql.BSPTranslator
 
collect(DataSet) - Method in class org.apache.mrql.Evaluator
collect all data from a persistent dataset into a Bag
collect(DataSet) - Method in class org.apache.mrql.Evaluator
collect all data from a persistent dataset into a Bag
collect(DataSet, boolean) - Method in interface org.apache.mrql.MRQLFileInputFormat
materialize the entire dataset into a Bag
collect(DataSet, boolean) - Method in interface org.apache.mrql.MRQLFileInputFormat
materialize the entire dataset into a Bag
collect(DataSet, boolean) - Static method in class org.apache.mrql.Plan
The collect physical operator
collect(DataSet) - Static method in class org.apache.mrql.Plan
The collect physical operator
collect(DataSet, boolean) - Static method in class org.apache.mrql.Plan
The collect physical operator
collect(DataSet) - Static method in class org.apache.mrql.Plan
The collect physical operator
collection_type(Tree) - Static method in class org.apache.mrql.Translator
is this type a collection type?
COLON - Static variable in class org.apache.mrql.jsym
 
COLON - Static variable in class org.apache.mrql.sym
 
combines - Static variable in class org.apache.mrql.PlanGeneration.Aggregates
 
COMMA - Static variable in class org.apache.mrql.jsym
 
COMMA - Static variable in class org.apache.mrql.sym
 
COMMENT - Static variable in class org.apache.mrql.MRQLLex
 
common_factoring(Tree) - Static method in class org.apache.mrql.AlgebraicOptimization
if a term is used multiple times in a query, factor it out using let-expressions
comparator - Static variable in class org.apache.mrql.MR_string
 
comparator - Static variable in class org.apache.mrql.MR_string
 
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.Bag
compare this Bag with a given Bag by comparing their associated elements
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.Bag
compare this Bag with a given Bag by comparing their associated elements
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.Inv
 
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.Inv
 
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.MR_bool
 
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.MR_bool
 
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.MR_byte
 
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.MR_byte
 
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.MR_char
 
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.MR_char
 
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.MR_double
 
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.MR_double
 
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.MR_float
 
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.MR_float
 
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.MR_int
 
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.MR_int
 
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.MR_long
 
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.MR_long
 
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.MR_short
 
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.MR_short
 
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.MR_string
 
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.MR_string
 
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.MRContainer
 
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.MRContainer
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.mrql.Plan.MRContainerKeyComparator
 
compare(MRContainer, MRContainer) - Method in class org.apache.mrql.Plan.MRContainerKeyComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.mrql.Plan.MRContainerKeyComparator
 
compare(MRContainer, MRContainer) - Method in class org.apache.mrql.Plan.MRContainerKeyComparator
 
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.Tuple
 
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.Tuple
 
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.Union
 
compare(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.Union
 
compare2(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.Tuple
 
compare2(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.Tuple
 
compare3(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.Tuple
 
compare3(byte[], int, int, byte[], int, int, int[]) - Static method in class org.apache.mrql.Tuple
 
compare_types(Tree, Tree) - Static method in class org.apache.mrql.TypeInference
 
compareTo(MRData) - Method in class org.apache.mrql.Bag
compare this Bag with a given Bag by comparing their associated elements
compareTo(MRData) - Method in class org.apache.mrql.Bag
compare this Bag with a given Bag by comparing their associated elements
compareTo(MRData) - Method in class org.apache.mrql.Inv
 
compareTo(MRData) - Method in class org.apache.mrql.Inv
 
compareTo(MRData) - Method in class org.apache.mrql.Lambda
 
compareTo(MRData) - Method in class org.apache.mrql.Lambda
 
compareTo(MethodInfo) - Method in class org.apache.mrql.MethodInfo
 
compareTo(MethodInfo) - Method in class org.apache.mrql.MethodInfo
 
compareTo(MRData) - Method in class org.apache.mrql.MR_bool
 
compareTo(MRData) - Method in class org.apache.mrql.MR_bool
 
compareTo(MRData) - Method in class org.apache.mrql.MR_byte
 
compareTo(MRData) - Method in class org.apache.mrql.MR_byte
 
compareTo(MRData) - Method in class org.apache.mrql.MR_char
 
compareTo(MRData) - Method in class org.apache.mrql.MR_char
 
compareTo(MRData) - Method in class org.apache.mrql.MR_dataset
 
compareTo(MRData) - Method in class org.apache.mrql.MR_dataset
 
compareTo(MRData) - Method in class org.apache.mrql.MR_double
 
compareTo(MRData) - Method in class org.apache.mrql.MR_double
 
compareTo(MRData) - Method in class org.apache.mrql.MR_float
 
compareTo(MRData) - Method in class org.apache.mrql.MR_float
 
compareTo(MRData) - Method in class org.apache.mrql.MR_int
 
compareTo(MRData) - Method in class org.apache.mrql.MR_int
 
compareTo(MRData) - Method in class org.apache.mrql.MR_long
 
compareTo(MRData) - Method in class org.apache.mrql.MR_long
 
compareTo(MRData) - Method in class org.apache.mrql.MR_more_bsp_steps
 
compareTo(MRData) - Method in class org.apache.mrql.MR_more_bsp_steps
 
compareTo(MRData) - Method in class org.apache.mrql.MR_short
 
compareTo(MRData) - Method in class org.apache.mrql.MR_short
 
compareTo(MRData) - Method in class org.apache.mrql.MR_string
 
compareTo(MRData) - Method in class org.apache.mrql.MR_string
 
compareTo(MRData) - Method in class org.apache.mrql.MR_sync
 
compareTo(MRData) - Method in class org.apache.mrql.MR_sync
 
compareTo(MRData) - Method in class org.apache.mrql.MR_variable
 
compareTo(MRData) - Method in class org.apache.mrql.MR_variable
 
compareTo(MRContainer) - Method in class org.apache.mrql.MRContainer
 
compareTo(MRContainer) - Method in class org.apache.mrql.MRContainer
 
compareTo(MRData) - Method in class org.apache.mrql.MRContainer.MR_EOLB
 
compareTo(MRData) - Method in class org.apache.mrql.MRContainer.MR_EOLB
 
compareTo(MRData) - Method in class org.apache.mrql.Tuple
 
compareTo(MRData) - Method in class org.apache.mrql.Tuple
 
compareTo(MRData) - Method in class org.apache.mrql.Union
 
compareTo(MRData) - Method in class org.apache.mrql.Union
 
compile(Tree) - Static method in class org.apache.mrql.Compiler
compile the functional arguments of the MRQL operators using the Java compiler
compile_functional_arguments - Static variable in class org.apache.mrql.Config
 
compile_functional_arguments - Static variable in class org.apache.mrql.Config
 
compile_xpath(Tree, XPathParser.XPathHandler, int) - Method in class org.apache.mrql.XPathParser
 
compile_xpath(Tree, XPathParser.XPathHandler, int) - Method in class org.apache.mrql.XPathParser
 
compiled(ClassLoader, String) - Static method in class org.apache.mrql.Compiler
load the Java class of the anonymous function with name lambda_name
Compiler - Class in org.apache.mrql
compilation of MRQL expressions to Java code and then to Java bytecode
Compiler() - Constructor for class org.apache.mrql.Compiler
 
compiler - Static variable in class org.apache.mrql.Compiler
 
condition - Variable in class org.apache.mrql.XPathParser.Predicate
 
condition - Variable in class org.apache.mrql.XPathParser.Predicate
 
conf - Static variable in class org.apache.mrql.Main
 
conf - Static variable in class org.apache.mrql.Main
 
conf - Static variable in class org.apache.mrql.Plan
 
conf - Static variable in class org.apache.mrql.Plan
 
conf - Static variable in class org.apache.mrql.Test
 
conf - Static variable in class org.apache.mrql.Test
 
Config - Class in org.apache.mrql
MRQL configuration parameters
Config - Class in org.apache.mrql
MRQL configuration parameters
Config() - Constructor for class org.apache.mrql.Config
 
Config() - Constructor for class org.apache.mrql.Config
 
constructBSPplan(Tree) - Static method in class org.apache.mrql.BSPTranslator
construct and simplify the BSP plan from a physical plan
container_size - Variable in class org.apache.mrql.Plan.MRContainerKeyComparator
 
container_size - Variable in class org.apache.mrql.Plan.MRContainerKeyComparator
 
contains(MRData) - Method in class org.apache.mrql.Bag
does this Bag contain an element? Cache this Bag in memory befor tetsing if necessary
contains(MRData) - Method in class org.apache.mrql.Bag
does this Bag contain an element? Cache this Bag in memory befor tetsing if necessary
contains(MR_string, MR_string) - Static method in class org.apache.mrql.SystemFunctions
 
contains(MR_string, MR_string) - Static method in class org.apache.mrql.SystemFunctions
 
cos(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
cos(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
count(Bag) - Static method in class org.apache.mrql.SystemFunctions
 
count(Bag) - Static method in class org.apache.mrql.SystemFunctions
 
counter - Variable in class org.apache.mrql.DataSet
 
counter - Variable in class org.apache.mrql.DataSet
 
counter_container - Static variable in class org.apache.mrql.Plan
 
counter_container - Static variable in class org.apache.mrql.Plan
 
counter_key - Static variable in class org.apache.mrql.Plan
 
counter_key - Static variable in class org.apache.mrql.Plan
 
countM - Static variable in class org.apache.mrql.BSPTranslator
 
crossProduct(Function, Function, Function, Bag, Bag) - Static method in class org.apache.mrql.MapReduceAlgebra
A cross-product
crossProduct(Function, Function, Function, Bag, Bag) - Static method in class org.apache.mrql.MapReduceAlgebra
A cross-product
CUP$JSONParser$actions - Class in org.apache.mrql
Cup generated class to encapsulate user supplied action code.
CUP$JSONParser$actions(JSONParser) - Constructor for class org.apache.mrql.CUP$JSONParser$actions
Constructor
CUP$JSONParser$do_action(int, lr_parser, Stack, int) - Method in class org.apache.mrql.CUP$JSONParser$actions
Method with the actual generated action code.
CUP$MRQLParser$actions - Class in org.apache.mrql
Cup generated class to encapsulate user supplied action code.
CUP$MRQLParser$actions(MRQLParser) - Constructor for class org.apache.mrql.CUP$MRQLParser$actions
Constructor
CUP$MRQLParser$do_action(int, lr_parser, Stack, int) - Method in class org.apache.mrql.CUP$MRQLParser$actions
Method with the actual generated action code.

D

data - Variable in class org.apache.mrql.MRContainer
 
data() - Method in class org.apache.mrql.MRContainer
 
data - Variable in class org.apache.mrql.MRContainer
 
data() - Method in class org.apache.mrql.MRContainer
 
DATA - Static variable in class org.apache.mrql.sym
 
data_constructors - Static variable in class org.apache.mrql.Translator
binds a data constructor name to its type
dataConstructor - Variable in class org.apache.mrql.XPathParser
 
dataConstructor - Variable in class org.apache.mrql.XPathParser
 
DataSet - Class in org.apache.mrql
The domain of the MRQL physical algebra is a set of DataSources
DataSet - Class in org.apache.mrql
The domain of the MRQL physical algebra is a set of DataSources
DataSet(DataSource, long, long) - Constructor for class org.apache.mrql.DataSet
Construct a DataSet that contains one DataSource
DataSet(long, long) - Constructor for class org.apache.mrql.DataSet
Construct a set of DataSources
DataSet(DataSource, long, long) - Constructor for class org.apache.mrql.DataSet
Construct a DataSet that contains one DataSource
DataSet(long, long) - Constructor for class org.apache.mrql.DataSet
Construct a set of DataSources
dataset - Variable in class org.apache.mrql.MR_dataset
 
dataset() - Method in class org.apache.mrql.MR_dataset
 
dataset - Variable in class org.apache.mrql.MR_dataset
 
dataset() - Method in class org.apache.mrql.MR_dataset
 
DATASET - Static variable in class org.apache.mrql.MRContainer
 
DATASET - Static variable in class org.apache.mrql.MRContainer
 
DataSource - Class in org.apache.mrql
A DataSource is any input data source, such as a text file, a key/value map, a data base, an intermediate file, etc
DataSource - Class in org.apache.mrql
A DataSource is any input data source, such as a text file, a key/value map, a data base, an intermediate file, etc
DataSource() - Constructor for class org.apache.mrql.DataSource
 
DataSource(int, String, Class<? extends MRQLFileInputFormat>, Configuration) - Constructor for class org.apache.mrql.DataSource
 
DataSource() - Constructor for class org.apache.mrql.DataSource
 
DataSource(int, String, Class<? extends MRQLFileInputFormat>, Configuration) - Constructor for class org.apache.mrql.DataSource
 
DataSource.DataSourceDirectory - Class in org.apache.mrql
A dictionary that maps data source paths to DataSource data.
DataSource.DataSourceDirectory - Class in org.apache.mrql
A dictionary that maps data source paths to DataSource data.
DataSource.DataSourceDirectory() - Constructor for class org.apache.mrql.DataSource.DataSourceDirectory
 
DataSource.DataSourceDirectory() - Constructor for class org.apache.mrql.DataSource.DataSourceDirectory
 
DataSource.ParserDirectory - Class in org.apache.mrql
 
DataSource.ParserDirectory - Class in org.apache.mrql
 
DataSource.ParserDirectory() - Constructor for class org.apache.mrql.DataSource.ParserDirectory
 
DataSource.ParserDirectory() - Constructor for class org.apache.mrql.DataSource.ParserDirectory
 
dataSourceDirectory - Static variable in class org.apache.mrql.DataSource
 
dataSourceDirectory - Static variable in class org.apache.mrql.DataSource
 
Decimal - Static variable in class org.apache.mrql.sym
 
delimiter - Variable in class org.apache.mrql.LineParser
 
DESCENDING - Static variable in class org.apache.mrql.sym
 
diagnostics - Static variable in class org.apache.mrql.Compiler
 
DISTINCT - Static variable in class org.apache.mrql.sym
 
distribute(Configuration) - Method in class org.apache.mrql.DataSource.DataSourceDirectory
 
distribute(Configuration) - Method in class org.apache.mrql.DataSource.DataSourceDirectory
 
distribute(MR_string, Bag) - Method in class org.apache.mrql.Evaluator
distribute a bag among peers in BSP mode
distribute(MR_string, Bag) - Method in class org.apache.mrql.Evaluator
distribute a bag among peers in BSP mode
distribute(MR_string, Bag) - Static method in class org.apache.mrql.SystemFunctions
 
distribute(MR_string, Bag) - Static method in class org.apache.mrql.SystemFunctions
 
distribute_compiled_arguments(Configuration) - Static method in class org.apache.mrql.Plan
put the jar file that contains the compiled MR functional parameters into the TaskTracker classpath
distribute_compiled_arguments(Configuration) - Static method in class org.apache.mrql.Plan
put the jar file that contains the compiled MR functional parameters into the TaskTracker classpath
distributed_mode - Static variable in class org.apache.mrql.Config
 
distributed_mode - Static variable in class org.apache.mrql.Config
 
DIV - Static variable in class org.apache.mrql.sym
 
div(MR_short, MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
div(MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
div(MR_long, MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
div(MR_float, MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
div(MR_double, MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
div(MR_short, MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
div(MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
div(MR_long, MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
div(MR_float, MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
div(MR_double, MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
do_action(int, lr_parser, Stack, int) - Method in class org.apache.mrql.JSONParser
Invoke a user supplied parse action.
do_action(int, lr_parser, Stack, int) - Method in class org.apache.mrql.MRQLParser
Invoke a user supplied parse action.
Domains - Class in org.apache.mrql
 
Domains(Trees, Trees) - Constructor for class org.apache.mrql.Domains
 
domains - Variable in class org.apache.mrql.Domains
 
DOT - Static variable in class org.apache.mrql.sym
 
DOUBLE - Static variable in class org.apache.mrql.jsym
 
DOUBLE - Static variable in class org.apache.mrql.MRContainer
 
DOUBLE - Static variable in class org.apache.mrql.MRContainer
 
Double - Static variable in class org.apache.mrql.sym
 
dump(String, Tree, MRData) - Static method in class org.apache.mrql.MapReduceAlgebra
Dump the value of some type to a binary local file; The type is dumped to a separate file.type
dump(String, Tree, MRData) - Static method in class org.apache.mrql.MapReduceAlgebra
Dump the value of some type to a binary local file; The type is dumped to a separate file.type
dump(String, Tree, MRData) - Static method in class org.apache.mrql.Plan
dump both the MRQL data and their MRQL type into files
dump(String, Tree, MRData) - Static method in class org.apache.mrql.Plan
dump both the MRQL data and their MRQL type into files
DUMP - Static variable in class org.apache.mrql.sym
 
dump(XPathParser.XPathHandler) - Method in class org.apache.mrql.XPathParser.Cache
regenerate the stream from buffer
dump(XPathParser.XPathHandler) - Method in class org.apache.mrql.XPathParser.Cache
regenerate the stream from buffer

E

ELSE - Static variable in class org.apache.mrql.sym
 
end - Variable in class org.apache.mrql.JsonSplitter
 
end - Variable in class org.apache.mrql.JsonSplitter
 
end - Variable in class org.apache.mrql.LineParser
 
end - Variable in class org.apache.mrql.XMLSplitter
 
end - Variable in class org.apache.mrql.XMLSplitter
 
END_OF_LAZY_BAG - Static variable in class org.apache.mrql.MRContainer
 
end_of_lazy_bag - Static variable in class org.apache.mrql.MRContainer
 
END_OF_LAZY_BAG - Static variable in class org.apache.mrql.MRContainer
 
end_of_lazy_bag - Static variable in class org.apache.mrql.MRContainer
 
END_TEMPLATE - Static variable in class org.apache.mrql.sym
 
endDocument() - Method in class org.apache.mrql.XPathParser.Equals
 
endDocument() - Method in class org.apache.mrql.XPathParser.Equals
 
endDocument() - Method in class org.apache.mrql.XPathParser.MRDataHandler
 
endDocument() - Method in class org.apache.mrql.XPathParser.MRDataHandler
 
endDocument() - Method in class org.apache.mrql.XPathParser.Predicate
 
endDocument() - Method in class org.apache.mrql.XPathParser.Predicate
 
endDocument() - Method in class org.apache.mrql.XPathParser.Print
 
endDocument() - Method in class org.apache.mrql.XPathParser.Print
 
endDocument() - Method in class org.apache.mrql.XPathParser.XPathHandler
 
endDocument() - Method in class org.apache.mrql.XPathParser.XPathHandler
 
endElement(String, String, String) - Method in class org.apache.mrql.XPathParser.Attribute
 
endElement(String, String, String) - Method in class org.apache.mrql.XPathParser.Attribute
 
endElement(String, String, String) - Method in class org.apache.mrql.XPathParser.Child
 
endElement(String, String, String) - Method in class org.apache.mrql.XPathParser.Child
 
endElement(String, String, String) - Method in class org.apache.mrql.XPathParser.Descendant
 
endElement(String, String, String) - Method in class org.apache.mrql.XPathParser.Descendant
 
endElement(String, String, String) - Method in class org.apache.mrql.XPathParser.Equals
 
endElement(String, String, String) - Method in class org.apache.mrql.XPathParser.Equals
 
endElement(String, String, String) - Method in class org.apache.mrql.XPathParser.Materialize
 
endElement(String, String, String) - Method in class org.apache.mrql.XPathParser.Materialize
 
endElement(String, String, String) - Method in class org.apache.mrql.XPathParser.MRDataHandler
 
endElement(String, String, String) - Method in class org.apache.mrql.XPathParser.MRDataHandler
 
endElement(String, String, String) - Method in class org.apache.mrql.XPathParser.Predicate
 
endElement(String, String, String) - Method in class org.apache.mrql.XPathParser.Predicate
 
endElement(String, String, String) - Method in class org.apache.mrql.XPathParser.Print
 
endElement(String, String, String) - Method in class org.apache.mrql.XPathParser.Print
 
endElement(String, String, String) - Method in class org.apache.mrql.XPathParser.SimpleDescendant
 
endElement(String, String, String) - Method in class org.apache.mrql.XPathParser.SimpleDescendant
 
endElement(String, String, String) - Method in class org.apache.mrql.XPathParser.XPathHandler
 
endElement(String, String, String) - Method in class org.apache.mrql.XPathParser.XPathHandler
 
endPredicate(int) - Method in class org.apache.mrql.XPathParser.Equals
 
endPredicate(int) - Method in class org.apache.mrql.XPathParser.Equals
 
endPredicate(int) - Method in class org.apache.mrql.XPathParser.Materialize
 
endPredicate(int) - Method in class org.apache.mrql.XPathParser.Materialize
 
endPredicate(int) - Method in class org.apache.mrql.XPathParser.Predicate
 
endPredicate(int) - Method in class org.apache.mrql.XPathParser.Predicate
 
endPredicate(int) - Method in class org.apache.mrql.XPathParser.XPathHandler
the end of a predicate
endPredicate(int) - Method in class org.apache.mrql.XPathParser.XPathHandler
the end of a predicate
Environment - Class in org.apache.mrql
the run-time environment for in-memory evaluation (binds variables to MRData)
Environment - Class in org.apache.mrql
the run-time environment for in-memory evaluation (binds variables to MRData)
Environment(String, MRData, Environment) - Constructor for class org.apache.mrql.Environment
 
Environment(String, MRData, Environment) - Constructor for class org.apache.mrql.Environment
 
EOF - Static variable in class org.apache.mrql.jsym
 
EOF - Static variable in class org.apache.mrql.sym
 
EOF_sym() - Method in class org.apache.mrql.JSONParser
EOF Symbol index.
EOF_sym() - Method in class org.apache.mrql.MRQLParser
EOF Symbol index.
EQ - Static variable in class org.apache.mrql.sym
 
eq(MR_short, MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
eq(MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
eq(MR_long, MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
eq(MR_float, MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
eq(MR_double, MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
eq(MRData, MRData) - Static method in class org.apache.mrql.SystemFunctions
 
eq(MR_short, MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
eq(MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
eq(MR_long, MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
eq(MR_float, MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
eq(MR_double, MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
eq(MRData, MRData) - Static method in class org.apache.mrql.SystemFunctions
 
eqM - Static variable in class org.apache.mrql.BSPTranslator
 
equal_types(Tree, Tree) - Static method in class org.apache.mrql.TypeInference
type equality in MRQL is structured equality, not named equality
equals(Object) - Method in class org.apache.mrql.Bag
is this Bag equal to another Bag (order is important)
equals(Object) - Method in class org.apache.mrql.Bag
is this Bag equal to another Bag (order is important)
equals(Object) - Method in class org.apache.mrql.Inv
 
equals(Object) - Method in class org.apache.mrql.Inv
 
equals(Object) - Method in class org.apache.mrql.Lambda
 
equals(Object) - Method in class org.apache.mrql.Lambda
 
equals(Object) - Method in class org.apache.mrql.MethodInfo
 
equals(Object) - Method in class org.apache.mrql.MethodInfo
 
equals(Object) - Method in class org.apache.mrql.MR_bool
 
equals(Object) - Method in class org.apache.mrql.MR_bool
 
equals(Object) - Method in class org.apache.mrql.MR_byte
 
equals(Object) - Method in class org.apache.mrql.MR_byte
 
equals(Object) - Method in class org.apache.mrql.MR_char
 
equals(Object) - Method in class org.apache.mrql.MR_char
 
equals(Object) - Method in class org.apache.mrql.MR_dataset
 
equals(Object) - Method in class org.apache.mrql.MR_dataset
 
equals(Object) - Method in class org.apache.mrql.MR_double
 
equals(Object) - Method in class org.apache.mrql.MR_double
 
equals(Object) - Method in class org.apache.mrql.MR_float
 
equals(Object) - Method in class org.apache.mrql.MR_float
 
equals(Object) - Method in class org.apache.mrql.MR_int
 
equals(Object) - Method in class org.apache.mrql.MR_int
 
equals(Object) - Method in class org.apache.mrql.MR_long
 
equals(Object) - Method in class org.apache.mrql.MR_long
 
equals(Object) - Method in class org.apache.mrql.MR_more_bsp_steps
 
equals(Object) - Method in class org.apache.mrql.MR_more_bsp_steps
 
equals(Object) - Method in class org.apache.mrql.MR_short
 
equals(Object) - Method in class org.apache.mrql.MR_short
 
equals(Object) - Method in class org.apache.mrql.MR_string
 
equals(Object) - Method in class org.apache.mrql.MR_string
 
equals(Object) - Method in class org.apache.mrql.MR_sync
 
equals(Object) - Method in class org.apache.mrql.MR_sync
 
equals(Object) - Method in class org.apache.mrql.MR_variable
 
equals(Object) - Method in class org.apache.mrql.MR_variable
 
equals(Object) - Method in class org.apache.mrql.MRContainer
 
equals(Object) - Method in class org.apache.mrql.MRContainer
 
equals(Object) - Method in class org.apache.mrql.MRContainer.MR_EOLB
 
equals(Object) - Method in class org.apache.mrql.MRContainer.MR_EOLB
 
equals(Object) - Method in class org.apache.mrql.Tuple
 
equals(Object) - Method in class org.apache.mrql.Tuple
 
equals(Object) - Method in class org.apache.mrql.Union
 
equals(Object) - Method in class org.apache.mrql.Union
 
error - Static variable in class org.apache.mrql.jsym
 
error(String) - Method in class org.apache.mrql.MRQLLex
 
error - Static variable in class org.apache.mrql.sym
 
error(String) - Static method in class org.apache.mrql.Translator
 
error_sym() - Method in class org.apache.mrql.JSONParser
error Symbol index.
error_sym() - Method in class org.apache.mrql.MRQLParser
error Symbol index.
eval(Tree, Environment, String) - Method in class org.apache.mrql.Evaluator
Evaluate a MRQL physical plan and print tracing info
eval(Tree, Environment, String) - Method in class org.apache.mrql.Evaluator
Evaluate a MRQL physical plan and print tracing info
eval(MRData) - Method in class org.apache.mrql.Function
Evaluate the anonymous function from MRData to MRData
eval(MRData) - Method in class org.apache.mrql.Function
Evaluate the anonymous function from MRData to MRData
evalE(Tree, Environment) - Static method in class org.apache.mrql.Interpreter
evaluate an MRQL expression in memory and print tracing info
evalE(Tree) - Static method in class org.apache.mrql.Interpreter
evaluate an MRQL expression in memory
evalF(Tree, Environment) - Static method in class org.apache.mrql.Interpreter
evaluate an MRQL function in memory
evalM(Tree, Environment) - Static method in class org.apache.mrql.Interpreter
evaluate MRQL physical operators in memory (returns a Bag)
evalMM(Tree, Environment) - Static method in class org.apache.mrql.Interpreter
evaluate MRQL physical operators in memory (returns a Bag)
evalS(Tree, Environment) - Static method in class org.apache.mrql.Interpreter
evaluate MRQL physical operators in memory (returns a Bag)
evaluate(String) - Static method in class org.apache.mrql.MRQL
evaluate MRQL statments in a string
evaluate(String) - Static method in class org.apache.mrql.MRQL
evaluate MRQL statments in a string
evaluate_top_level(Tree) - Static method in class org.apache.mrql.TopLevel
the MRQL top-level interfacse to evaluate a single MRQL expression or command
Evaluator - Class in org.apache.mrql
Evaluates physical plans using one of the evaluation engines
Evaluator - Class in org.apache.mrql
Evaluates physical plans using one of the evaluation engines
Evaluator() - Constructor for class org.apache.mrql.Evaluator
 
Evaluator() - Constructor for class org.apache.mrql.Evaluator
 
evaluator - Static variable in class org.apache.mrql.Evaluator
the current MRQL evaluator
evaluator - Static variable in class org.apache.mrql.Evaluator
the current MRQL evaluator
EXCEPT - Static variable in class org.apache.mrql.sym
 
except(Bag, Bag) - Static method in class org.apache.mrql.SystemFunctions
 
except(Bag, Bag) - Static method in class org.apache.mrql.SystemFunctions
 
EXCLAMATION - Static variable in class org.apache.mrql.sym
 
EXISTS - Static variable in class org.apache.mrql.sym
 
exists(Bag) - Static method in class org.apache.mrql.SystemFunctions
 
exists(Bag) - Static method in class org.apache.mrql.SystemFunctions
 
exp(MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
exp(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
exp(MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
exp(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
expand(Tree) - Static method in class org.apache.mrql.TypeInference
if the type tp is a named type, expand it using its definition
expression(Tree, boolean) - Static method in class org.apache.mrql.TopLevel
translate and evaluate an MRQL expression into MRData
expression(Tree) - Static method in class org.apache.mrql.TopLevel
translate, evaluate, and print the results of an MRQL expression e
extra_args - Static variable in class org.apache.mrql.Config
 
extra_args - Static variable in class org.apache.mrql.Config
 

F

factory - Static variable in class org.apache.mrql.XMLParser
 
factory - Static variable in class org.apache.mrql.XMLParser
 
FALSE - Static variable in class org.apache.mrql.jsym
 
false_name - Static variable in class org.apache.mrql.Interpreter
 
false_value - Static variable in class org.apache.mrql.Interpreter
 
false_value - Static variable in class org.apache.mrql.SystemFunctions
 
false_value - Static variable in class org.apache.mrql.SystemFunctions
 
fileCache(Bag) - Static method in class org.apache.mrql.Plan
The cache operator that dumps a bag into an HDFS file
fileCache(Bag) - Static method in class org.apache.mrql.Plan
The cache operator that dumps a bag into an HDFS file
filter(Function, Function, Bag) - Static method in class org.apache.mrql.MapReduceAlgebra
lazy filter combined with a map
filter(Function, Function, Bag) - Static method in class org.apache.mrql.MapReduceAlgebra
lazy filter combined with a map
find_method(String, Trees) - Static method in class org.apache.mrql.ClassImporter
return the method specification of a system method with a given name over some expressions; When the method is overloaded, find the most specific (in terms of arg subtyping)
find_method(String, Trees) - Static method in class org.apache.mrql.ClassImporter
return the method specification of a system method with a given name over some expressions; When the method is overloaded, find the most specific (in terms of arg subtyping)
find_method_number(String, Trees) - Static method in class org.apache.mrql.ClassImporter
return the method number of a system method with a given name over some expressions; When the method is overloaded, find the most specific (in terms of arg subtyping)
find_method_number(String, Trees) - Static method in class org.apache.mrql.ClassImporter
return the method number of a system method with a given name over some expressions; When the method is overloaded, find the most specific (in terms of arg subtyping)
first() - Method in class org.apache.mrql.Tuple
the first element of the tuple
first() - Method in class org.apache.mrql.Tuple
the first element of the tuple
FLOAT - Static variable in class org.apache.mrql.MRContainer
 
FLOAT - Static variable in class org.apache.mrql.MRContainer
 
floor(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
floor(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
fold(Lambda, MRData, Bag) - Static method in class org.apache.mrql.SystemFunctions
 
fold(Lambda, MRData, Bag) - Static method in class org.apache.mrql.SystemFunctions
 
format(String) - Method in class org.apache.mrql.MRQLLex
 
free_variables(Tree, Trees) - Static method in class org.apache.mrql.Translator
return the list of free variables in e that are not in exclude list
FROM - Static variable in class org.apache.mrql.sym
 
fsin - Variable in class org.apache.mrql.JsonSplitter
 
fsin - Variable in class org.apache.mrql.JsonSplitter
 
fsin - Variable in class org.apache.mrql.LineParser
 
fsin - Variable in class org.apache.mrql.XMLSplitter
 
fsin - Variable in class org.apache.mrql.XMLSplitter
 
Function - Class in org.apache.mrql
An anonymous function from MRData to MRData (a lambda abstraction) Must provide a concrete implementation for eval (the lambda body)
Function - Class in org.apache.mrql
An anonymous function from MRData to MRData (a lambda abstraction) Must provide a concrete implementation for eval (the lambda body)
Function() - Constructor for class org.apache.mrql.Function
 
Function() - Constructor for class org.apache.mrql.Function
 
FUNCTION - Static variable in class org.apache.mrql.sym
 
functional_argument(Configuration, Tree) - Static method in class org.apache.mrql.Plan
retrieve the compiled functional argument of code
functional_argument(Configuration, Tree) - Static method in class org.apache.mrql.Plan
retrieve the compiled functional argument of code
functiondef(String, Trees, Tree, Tree) - Static method in class org.apache.mrql.TopLevel
define a new function
functions - Static variable in class org.apache.mrql.Translator
 

G

generator(long, long) - Static method in class org.apache.mrql.MapReduceAlgebra
generate a lazy bag of long numbers {min...max}
generator(int, long, long) - Static method in class org.apache.mrql.MapReduceAlgebra
generate a lazy bag of long numbers {min...max} and tag each lon number with a source num
generator(long, long) - Static method in class org.apache.mrql.MapReduceAlgebra
generate a lazy bag of long numbers {min...max}
generator(int, long, long) - Static method in class org.apache.mrql.MapReduceAlgebra
generate a lazy bag of long numbers {min...max} and tag each lon number with a source num
generator(int, long, long, long) - Static method in class org.apache.mrql.Plan
splits the range min..max into multiple ranges, one for each mapper
generator(long, long, long) - Static method in class org.apache.mrql.Plan
splits the range min..max into multiple ranges, one for each mapper
generator(int, long, long, long) - Static method in class org.apache.mrql.Plan
splits the range min..max into multiple ranges, one for each mapper
generator(long, long, long) - Static method in class org.apache.mrql.Plan
splits the range min..max into multiple ranges, one for each mapper
GeneratorDataSource - Class in org.apache.mrql
A DataSource used for processing the range min..max
GeneratorDataSource - Class in org.apache.mrql
A DataSource used for processing the range min..max
GeneratorDataSource(int, String, Configuration) - Constructor for class org.apache.mrql.GeneratorDataSource
 
GeneratorDataSource(String, Configuration) - Constructor for class org.apache.mrql.GeneratorDataSource
 
GeneratorDataSource(int, String, Configuration) - Constructor for class org.apache.mrql.GeneratorDataSource
 
GeneratorDataSource(String, Configuration) - Constructor for class org.apache.mrql.GeneratorDataSource
 
generatorInputFormat() - Method in class org.apache.mrql.Evaluator
return the FileInputFormat for data generator files
generatorInputFormat() - Method in class org.apache.mrql.Evaluator
return the FileInputFormat for data generator files
GEQ - Static variable in class org.apache.mrql.sym
 
geq(MR_short, MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
geq(MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
geq(MR_long, MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
geq(MR_float, MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
geq(MR_double, MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
geq(MRData, MRData) - Static method in class org.apache.mrql.SystemFunctions
 
geq(MR_short, MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
geq(MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
geq(MR_long, MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
geq(MR_float, MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
geq(MR_double, MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
geq(MRData, MRData) - Static method in class org.apache.mrql.SystemFunctions
 
geqM - Static variable in class org.apache.mrql.BSPTranslator
 
get(int) - Method in class org.apache.mrql.Bag
get the n'th element of a Bag (cache it in memory if necessary)
get(int) - Method in class org.apache.mrql.Bag
get the n'th element of a Bag (cache it in memory if necessary)
get(String) - Method in class org.apache.mrql.DataSource.DataSourceDirectory
 
get(String) - Method in class org.apache.mrql.DataSource.DataSourceDirectory
 
get(String, Configuration) - Static method in class org.apache.mrql.DataSource
 
get(String, Configuration) - Static method in class org.apache.mrql.DataSource
 
get() - Method in class org.apache.mrql.MR_bool
 
get() - Method in class org.apache.mrql.MR_bool
 
get() - Method in class org.apache.mrql.MR_byte
 
get() - Method in class org.apache.mrql.MR_byte
 
get() - Method in class org.apache.mrql.MR_char
 
get() - Method in class org.apache.mrql.MR_char
 
get() - Method in class org.apache.mrql.MR_double
 
get() - Method in class org.apache.mrql.MR_double
 
get() - Method in class org.apache.mrql.MR_float
 
get() - Method in class org.apache.mrql.MR_float
 
get() - Method in class org.apache.mrql.MR_int
 
get() - Method in class org.apache.mrql.MR_int
 
get() - Method in class org.apache.mrql.MR_long
 
get() - Method in class org.apache.mrql.MR_long
 
get() - Method in class org.apache.mrql.MR_short
 
get() - Method in class org.apache.mrql.MR_short
 
get() - Method in class org.apache.mrql.MR_string
 
get() - Method in class org.apache.mrql.MR_string
 
get(int) - Method in class org.apache.mrql.Tuple
the i'th element of the tuple
get(int) - Method in class org.apache.mrql.Tuple
the i'th element of the tuple
get_type(String) - Static method in class org.apache.mrql.MapReduceAlgebra
return the type of the dumped binary local file from file.type
get_type(String) - Static method in class org.apache.mrql.MapReduceAlgebra
return the type of the dumped binary local file from file.type
get_type(String) - Static method in class org.apache.mrql.Plan
for dumped data to a file, return the MRQL type of the data
get_type(String) - Static method in class org.apache.mrql.Plan
for dumped data to a file, return the MRQL type of the data
getByte() - Method in class org.apache.mrql.XPathParser.Cache
 
getByte() - Method in class org.apache.mrql.XPathParser.Cache
 
getCache(int) - Static method in class org.apache.mrql.MapReduceAlgebra
return the cache element at location loc
getCache(int) - Static method in class org.apache.mrql.MapReduceAlgebra
return the cache element at location loc
getCache(int) - Static method in class org.apache.mrql.Plan
return the cache element at location loc
getCache(int) - Static method in class org.apache.mrql.Plan
return the cache element at location loc
getCached(String, String, Configuration) - Static method in class org.apache.mrql.DataSource
 
getCached(String, String, Configuration) - Static method in class org.apache.mrql.DataSource
 
getChars() - Method in class org.apache.mrql.XPathParser.Cache
 
getChars() - Method in class org.apache.mrql.XPathParser.Cache
 
getInt() - Method in class org.apache.mrql.XPathParser.Cache
 
getInt() - Method in class org.apache.mrql.XPathParser.Cache
 
getShort() - Method in class org.apache.mrql.XPathParser.Cache
 
getShort() - Method in class org.apache.mrql.XPathParser.Cache
 
getString() - Method in class org.apache.mrql.XPathParser.Cache
 
getString() - Method in class org.apache.mrql.XPathParser.Cache
 
global_datatype_env - Static variable in class org.apache.mrql.Translator
type environment that binds datatype names to types
global_env - Static variable in class org.apache.mrql.Interpreter
 
global_functions - Static variable in class org.apache.mrql.Translator
binds a UDF name to its plan
global_macros - Static variable in class org.apache.mrql.Translator
binds a macro name to its body
global_reset() - Static method in class org.apache.mrql.Translator
 
global_type_env - Static variable in class org.apache.mrql.Translator
type environment that binds global variables to types
global_vars - Static variable in class org.apache.mrql.Translator
binds macro names to MRQL expressions (used for 'name = expr;' syntax)
GROUP - Static variable in class org.apache.mrql.sym
 
groupBy(Bag) - Static method in class org.apache.mrql.MapReduceAlgebra
strict group-by
groupBy(Bag) - Static method in class org.apache.mrql.MapReduceAlgebra
strict group-by
groupByJoin(Function, Function, Function, Function, Function, Function, Function, Bag, Bag) - Static method in class org.apache.mrql.MapReduceAlgebra
An equi-join combined with a group-by (see GroupByJoinPlan)
groupByJoin(Function, Function, Function, Function, Function, Function, Function, Bag, Bag) - Static method in class org.apache.mrql.MapReduceAlgebra
An equi-join combined with a group-by (see GroupByJoinPlan)
groupJoinOpt - Static variable in class org.apache.mrql.Config
 
groupJoinOpt - Static variable in class org.apache.mrql.Config
 
GT - Static variable in class org.apache.mrql.sym
 
gt(MR_short, MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
gt(MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
gt(MR_long, MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
gt(MR_float, MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
gt(MR_double, MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
gt(MRData, MRData) - Static method in class org.apache.mrql.SystemFunctions
 
gt(MR_short, MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
gt(MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
gt(MR_long, MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
gt(MR_float, MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
gt(MR_double, MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
gt(MRData, MRData) - Static method in class org.apache.mrql.SystemFunctions
 
gtM - Static variable in class org.apache.mrql.BSPTranslator
 
GTR - Static variable in class org.apache.mrql.sym
 

H

hadoop_mode - Static variable in class org.apache.mrql.Config
 
hadoop_mode - Static variable in class org.apache.mrql.Config
 
handler - Variable in class org.apache.mrql.XPathParser
 
handler - Variable in class org.apache.mrql.XPathParser
 
hash_code(MRData) - Static method in class org.apache.mrql.SystemFunctions
 
hash_code(MRData) - Static method in class org.apache.mrql.SystemFunctions
 
hash_join(Function, Function, Function, Bag, Bag) - Static method in class org.apache.mrql.MapReduceAlgebra
A hash-based equi-join
hash_join(Function, Function, Function, Bag, Bag) - Static method in class org.apache.mrql.MapReduceAlgebra
A hash-based equi-join
hashCode() - Method in class org.apache.mrql.Bag
the hash code of this Bag is the XOR of the hash code of its elements
hashCode() - Method in class org.apache.mrql.Bag
the hash code of this Bag is the XOR of the hash code of its elements
hashCode() - Method in class org.apache.mrql.Inv
 
hashCode() - Method in class org.apache.mrql.Inv
 
hashCode() - Method in class org.apache.mrql.MR_bool
 
hashCode() - Method in class org.apache.mrql.MR_bool
 
hashCode() - Method in class org.apache.mrql.MR_byte
 
hashCode() - Method in class org.apache.mrql.MR_byte
 
hashCode() - Method in class org.apache.mrql.MR_char
 
hashCode() - Method in class org.apache.mrql.MR_char
 
hashCode() - Method in class org.apache.mrql.MR_double
 
hashCode() - Method in class org.apache.mrql.MR_double
 
hashCode() - Method in class org.apache.mrql.MR_float
 
hashCode() - Method in class org.apache.mrql.MR_float
 
hashCode() - Method in class org.apache.mrql.MR_int
 
hashCode() - Method in class org.apache.mrql.MR_int
 
hashCode() - Method in class org.apache.mrql.MR_long
 
hashCode() - Method in class org.apache.mrql.MR_long
 
hashCode() - Method in class org.apache.mrql.MR_more_bsp_steps
 
hashCode() - Method in class org.apache.mrql.MR_more_bsp_steps
 
hashCode() - Method in class org.apache.mrql.MR_short
 
hashCode() - Method in class org.apache.mrql.MR_short
 
hashCode() - Method in class org.apache.mrql.MR_string
 
hashCode() - Method in class org.apache.mrql.MR_string
 
hashCode() - Method in class org.apache.mrql.MR_sync
 
hashCode() - Method in class org.apache.mrql.MR_sync
 
hashCode() - Method in class org.apache.mrql.MR_variable
 
hashCode() - Method in class org.apache.mrql.MR_variable
 
hashCode() - Method in class org.apache.mrql.MRContainer
 
hashCode() - Method in class org.apache.mrql.MRContainer
 
hashCode() - Method in class org.apache.mrql.MRContainer.MR_EOLB
 
hashCode() - Method in class org.apache.mrql.MRContainer.MR_EOLB
 
hashCode() - Method in class org.apache.mrql.Tuple
 
hashCode() - Method in class org.apache.mrql.Tuple
 
hashCode() - Method in class org.apache.mrql.Union
 
hashCode() - Method in class org.apache.mrql.Union
 
hasNext() - Method in class org.apache.mrql.JsonSplitter
 
hasNext() - Method in class org.apache.mrql.JsonSplitter
 
hasNext() - Method in class org.apache.mrql.XMLSplitter
 
hasNext() - Method in class org.apache.mrql.XMLSplitter
 
HAVING - Static variable in class org.apache.mrql.sym
 

I

identity - Static variable in class org.apache.mrql.Translator
 
identity() - Static method in class org.apache.mrql.Translator
 
identity_mapper - Static variable in class org.apache.mrql.Interpreter
 
ids - Variable in class org.apache.mrql.XPathParser.Materialize
 
ids - Variable in class org.apache.mrql.XPathParser.Materialize
 
IF - Static variable in class org.apache.mrql.sym
 
IMPORT - Static variable in class org.apache.mrql.sym
 
importClass(String) - Static method in class org.apache.mrql.ClassImporter
import all Java methods from a given Java class
importClass(String) - Static method in class org.apache.mrql.ClassImporter
import all Java methods from a given Java class
importMethod(String, String) - Static method in class org.apache.mrql.ClassImporter
import a Java method with a given name from a given Java class
importMethod(String, String) - Static method in class org.apache.mrql.ClassImporter
import a Java method with a given name from a given Java class
impure_functions - Static variable in class org.apache.mrql.Translator
expressions with impure functions cannot factored out
in - Variable in class org.apache.mrql.JsonSplitter
 
in - Variable in class org.apache.mrql.JsonSplitter
 
in - Variable in class org.apache.mrql.LineParser
 
IN - Static variable in class org.apache.mrql.sym
 
in - Variable in class org.apache.mrql.XMLSplitter
 
in - Variable in class org.apache.mrql.XMLSplitter
 
in_memory - Variable in class org.apache.mrql.JsonSplitter
 
in_memory - Variable in class org.apache.mrql.JsonSplitter
 
in_memory - Variable in class org.apache.mrql.LineParser
 
in_memory - Variable in class org.apache.mrql.XMLSplitter
 
in_memory - Variable in class org.apache.mrql.XMLSplitter
 
in_memory_repeat_vars - Static variable in class org.apache.mrql.Compiler
 
INCLUDE - Static variable in class org.apache.mrql.sym
 
include_file(String) - Static method in class org.apache.mrql.Main
 
include_file(String) - Static method in class org.apache.mrql.Main
 
index(Bag, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
index(Bag, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
info - Static variable in class org.apache.mrql.Config
 
info - Static variable in class org.apache.mrql.Config
 
init(Configuration) - Method in class org.apache.mrql.Evaluator
initialize the evaluator
init(Configuration) - Method in class org.apache.mrql.Evaluator
initialize the evaluator
init_actions() - Method in class org.apache.mrql.JSONParser
Action encapsulation object initializer.
init_actions() - Method in class org.apache.mrql.MRQLParser
Action encapsulation object initializer.
initialize(Trees) - Method in class org.apache.mrql.JsonFormatParser
 
initialize(Trees) - Method in class org.apache.mrql.JsonFormatParser
 
initialize(Trees) - Method in class org.apache.mrql.LineParser
 
initialize(Trees) - Method in interface org.apache.mrql.Parser
 
initialize(Trees) - Method in interface org.apache.mrql.Parser
 
initialize(Trees) - Method in class org.apache.mrql.XMLParser
 
initialize(Trees) - Method in class org.apache.mrql.XMLParser
 
initialize_query() - Method in class org.apache.mrql.Evaluator
initialize the query evaluation
initialize_query() - Method in class org.apache.mrql.Evaluator
initialize the query evaluation
inputFormat - Variable in class org.apache.mrql.DataSource
 
inputFormat - Variable in class org.apache.mrql.DataSource
 
INT - Static variable in class org.apache.mrql.MRContainer
 
INT - Static variable in class org.apache.mrql.MRContainer
 
INTEGER - Static variable in class org.apache.mrql.jsym
 
Integer - Static variable in class org.apache.mrql.sym
 
interactive - Static variable in class org.apache.mrql.Config
 
interactive - Static variable in class org.apache.mrql.Config
 
Interpreter - Class in org.apache.mrql
The MRQL interpreter
Interpreter() - Constructor for class org.apache.mrql.Interpreter
 
INTERSECT - Static variable in class org.apache.mrql.sym
 
intersect(Bag, Bag) - Static method in class org.apache.mrql.SystemFunctions
 
intersect(Bag, Bag) - Static method in class org.apache.mrql.SystemFunctions
 
Inv - Class in org.apache.mrql
 
Inv - Class in org.apache.mrql
 
Inv(MRData) - Constructor for class org.apache.mrql.Inv
 
Inv(MRData) - Constructor for class org.apache.mrql.Inv
 
INV - Static variable in class org.apache.mrql.MRContainer
 
INV - Static variable in class org.apache.mrql.MRContainer
 
inv(MRData) - Static method in class org.apache.mrql.SystemFunctions
 
inv(MRData) - Static method in class org.apache.mrql.SystemFunctions
 
is_collection(String) - Static method in class org.apache.mrql.Translator
is this type a collection type?
is_dataset - Static variable in class org.apache.mrql.Interpreter
 
is_dataset_expr(Tree) - Static method in class org.apache.mrql.PlanGeneration
true if e returns a dataset stored in HDFS
is_persistent_collection(String) - Static method in class org.apache.mrql.Translator
is this type a collection type for values stored in HDFS?
is_pure(Tree) - Static method in class org.apache.mrql.Translator
is this expression pure? (does it contain calls to impure functions?)
is_start_tag(String) - Method in class org.apache.mrql.JsonSplitter
 
is_start_tag(String) - Method in class org.apache.mrql.JsonSplitter
 
is_start_tag() - Method in class org.apache.mrql.XMLSplitter
 
is_start_tag() - Method in class org.apache.mrql.XMLSplitter
 
iterator() - Method in class org.apache.mrql.Bag
return the Bag Iterator
iterator() - Method in class org.apache.mrql.Bag
return the Bag Iterator

J

jar_path - Static variable in class org.apache.mrql.Compiler
 
JsonFormatParser - Class in org.apache.mrql
The JSON parser
JsonFormatParser - Class in org.apache.mrql
The JSON parser
JsonFormatParser() - Constructor for class org.apache.mrql.JsonFormatParser
 
JsonFormatParser() - Constructor for class org.apache.mrql.JsonFormatParser
 
JSONLex - Class in org.apache.mrql
This class is a scanner generated by JFlex 1.4.3 on 10/7/13 7:48 PM from the specification file /home/fegaras/mrql-RC3/target/checkout/src/main/java/core/JSON.lex
JSONLex(Reader) - Constructor for class org.apache.mrql.JSONLex
Creates a new scanner There is also a java.io.InputStream version of this constructor.
JSONLex(InputStream) - Constructor for class org.apache.mrql.JSONLex
Creates a new scanner.
JSONParser - Class in org.apache.mrql
CUP v0.11a beta 20060608 generated parser.
JSONParser() - Constructor for class org.apache.mrql.JSONParser
Default constructor.
JSONParser(Scanner) - Constructor for class org.apache.mrql.JSONParser
Constructor which sets the default scanner.
JSONParser(Scanner, SymbolFactory) - Constructor for class org.apache.mrql.JSONParser
Constructor which sets the default scanner.
JsonSplitter - Class in org.apache.mrql
Extract the JSON objects tagged by tags from a data split of the input stream (fsin)
JsonSplitter - Class in org.apache.mrql
Extract the JSON objects tagged by tags from a data split of the input stream (fsin)
JsonSplitter(String[], FSDataInputStream, long, long, DataOutputBuffer) - Constructor for class org.apache.mrql.JsonSplitter
 
JsonSplitter(String[], String, DataOutputBuffer) - Constructor for class org.apache.mrql.JsonSplitter
 
JsonSplitter(String[], FSDataInputStream, long, long, DataOutputBuffer) - Constructor for class org.apache.mrql.JsonSplitter
 
JsonSplitter(String[], String, DataOutputBuffer) - Constructor for class org.apache.mrql.JsonSplitter
 
jsym - Class in org.apache.mrql
CUP generated class containing symbol constants.
jsym() - Constructor for class org.apache.mrql.jsym
 

K

keep - Variable in class org.apache.mrql.XPathParser.Child
 
keep - Variable in class org.apache.mrql.XPathParser.Child
 
keep - Variable in class org.apache.mrql.XPathParser.SimpleDescendant
 
keep - Variable in class org.apache.mrql.XPathParser.SimpleDescendant
 

L

Lambda - Class in org.apache.mrql
an anonymous function encapsulated as MRData
Lambda - Class in org.apache.mrql
an anonymous function encapsulated as MRData
Lambda(Function) - Constructor for class org.apache.mrql.Lambda
 
Lambda(Function) - Constructor for class org.apache.mrql.Lambda
 
lambda() - Method in class org.apache.mrql.Lambda
 
lambda() - Method in class org.apache.mrql.Lambda
 
LAMBDA - Static variable in class org.apache.mrql.MRContainer
 
LAMBDA - Static variable in class org.apache.mrql.MRContainer
 
lambda_num - Static variable in class org.apache.mrql.Compiler
 
LAZY_BAG - Static variable in class org.apache.mrql.MRContainer
 
LAZY_BAG - Static variable in class org.apache.mrql.MRContainer
 
lazy_read(DataInput) - Static method in class org.apache.mrql.Bag
a lazy input serializer for a Bag (it doesn't need to cache a Bag in memory)
lazy_read(DataInput) - Static method in class org.apache.mrql.Bag
a lazy input serializer for a Bag (it doesn't need to cache a Bag in memory)
LB - Static variable in class org.apache.mrql.sym
 
LDOT - Static variable in class org.apache.mrql.sym
 
length(MR_string) - Static method in class org.apache.mrql.SystemFunctions
 
length(MR_string) - Static method in class org.apache.mrql.SystemFunctions
 
LEQ - Static variable in class org.apache.mrql.sym
 
leq(MR_short, MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
leq(MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
leq(MR_long, MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
leq(MR_float, MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
leq(MR_double, MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
leq(MRData, MRData) - Static method in class org.apache.mrql.SystemFunctions
 
leq(MR_short, MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
leq(MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
leq(MR_long, MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
leq(MR_float, MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
leq(MR_double, MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
leq(MRData, MRData) - Static method in class org.apache.mrql.SystemFunctions
 
LET - Static variable in class org.apache.mrql.sym
 
level - Variable in class org.apache.mrql.XPathParser.Attribute
 
level - Variable in class org.apache.mrql.XPathParser.Attribute
 
level - Variable in class org.apache.mrql.XPathParser.Child
 
level - Variable in class org.apache.mrql.XPathParser.Child
 
level - Variable in class org.apache.mrql.XPathParser.Descendant
 
level - Variable in class org.apache.mrql.XPathParser.Descendant
 
level - Variable in class org.apache.mrql.XPathParser.Predicate
 
level - Variable in class org.apache.mrql.XPathParser.Predicate
 
LIMIT - Static variable in class org.apache.mrql.sym
 
line - Variable in class org.apache.mrql.LineParser
 
line_pos() - Method in class org.apache.mrql.JSONLex
 
line_pos() - Method in class org.apache.mrql.MRQLLex
 
line_pos() - Method in class org.apache.mrql.MRQLParser
 
LineParser - Class in org.apache.mrql
A parser for line-oriented, character delimited text files (such as CVS)
LineParser() - Constructor for class org.apache.mrql.LineParser
 
load_classes() - Static method in class org.apache.mrql.ClassImporter
 
load_classes() - Static method in class org.apache.mrql.ClassImporter
 
loaded - Static variable in class org.apache.mrql.Config
 
loaded - Static variable in class org.apache.mrql.Config
 
loadParsers() - Static method in class org.apache.mrql.DataSource
 
loadParsers() - Static method in class org.apache.mrql.DataSource
 
local_mode - Static variable in class org.apache.mrql.Config
 
local_mode - Static variable in class org.apache.mrql.Config
 
log(MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
log(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
log(MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
log(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
LONG - Static variable in class org.apache.mrql.MRContainer
 
LONG - Static variable in class org.apache.mrql.MRContainer
 
lookup_global_binding(String) - Static method in class org.apache.mrql.Interpreter
retrieve a global variable binding
loop(Tree, Environment) - Method in class org.apache.mrql.Evaluator
Evaluate a loop a fixed number of times
loop(Tree, Environment) - Method in class org.apache.mrql.Evaluator
Evaluate a loop a fixed number of times
LP - Static variable in class org.apache.mrql.sym
 
LSB - Static variable in class org.apache.mrql.sym
 
LT - Static variable in class org.apache.mrql.sym
 
lt(MR_short, MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
lt(MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
lt(MR_long, MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
lt(MR_float, MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
lt(MR_double, MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
lt(MRData, MRData) - Static method in class org.apache.mrql.SystemFunctions
 
lt(MR_short, MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
lt(MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
lt(MR_long, MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
lt(MR_float, MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
lt(MR_double, MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
lt(MRData, MRData) - Static method in class org.apache.mrql.SystemFunctions
 

M

MACRO - Static variable in class org.apache.mrql.sym
 
Main - Class in org.apache.mrql
 
Main - Class in org.apache.mrql
 
Main() - Constructor for class org.apache.mrql.Main
 
Main() - Constructor for class org.apache.mrql.Main
 
main(String[]) - Static method in class org.apache.mrql.Main
 
main(String[]) - Static method in class org.apache.mrql.Main
 
main(String[]) - Static method in class org.apache.mrql.Test
 
main(String[]) - Static method in class org.apache.mrql.Test
 
make_persistent_type(Tree) - Static method in class org.apache.mrql.TypeInference
 
makePlan(Tree) - Static method in class org.apache.mrql.PlanGeneration
compile an algebraic form to a algebraic plan
map(Function, Bag) - Static method in class org.apache.mrql.MapReduceAlgebra
lazy map
map(Function, Bag) - Static method in class org.apache.mrql.MapReduceAlgebra
lazy map
map_cache_size - Static variable in class org.apache.mrql.Config
 
map_cache_size - Static variable in class org.apache.mrql.Config
 
map_contains(MRData) - Method in class org.apache.mrql.Bag
if this Bag is a Map from keys to values (a Bag of (key,value) pairs), does it contain a given key?
map_contains(MRData) - Method in class org.apache.mrql.Bag
if this Bag is a Map from keys to values (a Bag of (key,value) pairs), does it contain a given key?
map_find(MRData) - Method in class org.apache.mrql.Bag
if this Bag is a Map from keys to values (a Bag of (key,value) pairs), find the value with the given key; raise an error if not found
map_find(MRData) - Method in class org.apache.mrql.Bag
if this Bag is a Map from keys to values (a Bag of (key,value) pairs), find the value with the given key; raise an error if not found
map_reduce_mode - Static variable in class org.apache.mrql.Config
 
map_reduce_mode - Static variable in class org.apache.mrql.Config
 
mapJoin(Function, Function, Function, Bag, Bag) - Static method in class org.apache.mrql.MapReduceAlgebra
The fragment-replicate join (map-side join)
mapJoin(Function, Function, Function, Bag, Bag) - Static method in class org.apache.mrql.MapReduceAlgebra
The fragment-replicate join (map-side join)
mapjoin_size - Static variable in class org.apache.mrql.Config
 
mapjoin_size - Static variable in class org.apache.mrql.Config
 
mapReduce(Function, Function, Bag) - Static method in class org.apache.mrql.MapReduceAlgebra
the MapReduce operation
mapReduce(Function, Function, Bag) - Static method in class org.apache.mrql.MapReduceAlgebra
the MapReduce operation
mapReduce2(Function, Function, Function, Bag, Bag) - Static method in class org.apache.mrql.MapReduceAlgebra
A map-reduce operation with two mappers (a join)
mapReduce2(Function, Function, Function, Bag, Bag) - Static method in class org.apache.mrql.MapReduceAlgebra
A map-reduce operation with two mappers (a join)
MapReduceAlgebra - Class in org.apache.mrql
Evaluation of MRQL algebra expressions in memory
MapReduceAlgebra - Class in org.apache.mrql
Evaluation of MRQL algebra expressions in memory
MapReduceAlgebra() - Constructor for class org.apache.mrql.MapReduceAlgebra
 
MapReduceAlgebra() - Constructor for class org.apache.mrql.MapReduceAlgebra
 
maps - Static variable in class org.apache.mrql.PlanGeneration.Aggregates
 
Materialization - Class in org.apache.mrql
if the plan refers to a variable bound to a stream-based Bag and occurs in the code multiple times, embed code to materialize this Bag in memory
Materialization() - Constructor for class org.apache.mrql.Materialization
 
materialize() - Method in class org.apache.mrql.Bag
cache the Bag to an ArrayList when is absolutely necessary
materialize() - Method in class org.apache.mrql.Bag
cache the Bag to an ArrayList when is absolutely necessary
materialize(MRData) - Static method in class org.apache.mrql.MapReduceAlgebra
 
materialize(MRData) - Static method in class org.apache.mrql.MapReduceAlgebra
 
materialize(Path) - Method in interface org.apache.mrql.MRQLFileInputFormat
materialize the input file into a memory Bag
materialize(Path) - Method in interface org.apache.mrql.MRQLFileInputFormat
materialize the input file into a memory Bag
materialize(Bag) - Static method in class org.apache.mrql.SystemFunctions
 
materialize(Bag) - Static method in class org.apache.mrql.SystemFunctions
 
materialize_terms(Tree) - Static method in class org.apache.mrql.Materialization
 
materializeAll() - Method in class org.apache.mrql.Bag
cache MRData in memory by caching all Bags at any place and depth in MRData
materializeAll() - Method in class org.apache.mrql.Bag
cache MRData in memory by caching all Bags at any place and depth in MRData
materializeAll() - Method in class org.apache.mrql.Inv
 
materializeAll() - Method in class org.apache.mrql.Inv
 
materializeAll() - Method in class org.apache.mrql.Lambda
 
materializeAll() - Method in class org.apache.mrql.Lambda
 
materializeAll() - Method in class org.apache.mrql.MR_bool
 
materializeAll() - Method in class org.apache.mrql.MR_bool
 
materializeAll() - Method in class org.apache.mrql.MR_byte
 
materializeAll() - Method in class org.apache.mrql.MR_byte
 
materializeAll() - Method in class org.apache.mrql.MR_char
 
materializeAll() - Method in class org.apache.mrql.MR_char
 
materializeAll() - Method in class org.apache.mrql.MR_dataset
 
materializeAll() - Method in class org.apache.mrql.MR_dataset
 
materializeAll() - Method in class org.apache.mrql.MR_double
 
materializeAll() - Method in class org.apache.mrql.MR_double
 
materializeAll() - Method in class org.apache.mrql.MR_float
 
materializeAll() - Method in class org.apache.mrql.MR_float
 
materializeAll() - Method in class org.apache.mrql.MR_int
 
materializeAll() - Method in class org.apache.mrql.MR_int
 
materializeAll() - Method in class org.apache.mrql.MR_long
 
materializeAll() - Method in class org.apache.mrql.MR_long
 
materializeAll() - Method in class org.apache.mrql.MR_more_bsp_steps
 
materializeAll() - Method in class org.apache.mrql.MR_more_bsp_steps
 
materializeAll() - Method in class org.apache.mrql.MR_short
 
materializeAll() - Method in class org.apache.mrql.MR_short
 
materializeAll() - Method in class org.apache.mrql.MR_string
 
materializeAll() - Method in class org.apache.mrql.MR_string
 
materializeAll() - Method in class org.apache.mrql.MR_sync
 
materializeAll() - Method in class org.apache.mrql.MR_sync
 
materializeAll() - Method in class org.apache.mrql.MR_variable
 
materializeAll() - Method in class org.apache.mrql.MR_variable
 
materializeAll() - Method in class org.apache.mrql.MRContainer.MR_EOLB
 
materializeAll() - Method in class org.apache.mrql.MRContainer.MR_EOLB
 
materializeAll() - Method in class org.apache.mrql.MRData
 
materializeAll() - Method in class org.apache.mrql.MRData
 
materializeAll() - Method in class org.apache.mrql.Tuple
 
materializeAll() - Method in class org.apache.mrql.Tuple
 
materializeAll() - Method in class org.apache.mrql.Union
 
materializeAll() - Method in class org.apache.mrql.Union
 
materialized() - Method in class org.apache.mrql.Bag
is the Bag stored in an ArrayList?
materialized() - Method in class org.apache.mrql.Bag
is the Bag stored in an ArrayList?
max(MR_short, MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
max(MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
max(MR_long, MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
max(MR_float, MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
max(MR_double, MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
max(MR_short, MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
max(MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
max(MR_long, MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
max(MR_float, MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
max(MR_double, MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
max_bag_size_print - Static variable in class org.apache.mrql.Config
 
max_bag_size_print - Static variable in class org.apache.mrql.Config
 
max_depth_of_nested_predicates - Static variable in class org.apache.mrql.XPathParser.Equals
 
max_depth_of_nested_predicates - Static variable in class org.apache.mrql.XPathParser.Equals
 
max_input_files - Static variable in class org.apache.mrql.Plan
 
max_input_files - Static variable in class org.apache.mrql.Plan
 
max_materialized_bag - Static variable in class org.apache.mrql.Config
 
max_materialized_bag - Static variable in class org.apache.mrql.Config
 
max_merged_streams - Static variable in class org.apache.mrql.Config
 
max_merged_streams - Static variable in class org.apache.mrql.Config
 
max_nested_level - Static variable in class org.apache.mrql.XPathParser.Descendant
 
max_nested_level - Static variable in class org.apache.mrql.XPathParser.Descendant
 
max_num_of_nested_predicates - Static variable in class org.apache.mrql.XPathParser.Materialize
 
max_num_of_nested_predicates - Static variable in class org.apache.mrql.XPathParser.Materialize
 
maxLineLength - Static variable in class org.apache.mrql.LineParser
 
member(MRData, Bag) - Static method in class org.apache.mrql.SystemFunctions
 
member(MRData, Bag) - Static method in class org.apache.mrql.SystemFunctions
 
merge(DataSet) - Method in class org.apache.mrql.DataSet
merge this DataSet with the given DataSet
merge() - Method in class org.apache.mrql.DataSet
return a single DataSource path by merging all the DataSource paths in this DataSet
merge(DataSet) - Method in class org.apache.mrql.DataSet
merge this DataSet with the given DataSet
merge() - Method in class org.apache.mrql.DataSet
return a single DataSource path by merging all the DataSource paths in this DataSet
merge(DataSource) - Static method in class org.apache.mrql.Plan
merge the sorted files of the data source
merge(DataSet, DataSet) - Static method in class org.apache.mrql.Plan
the DataSet union physical operator
merge(DataSource) - Static method in class org.apache.mrql.Plan
merge the sorted files of the data source
merge(DataSet, DataSet) - Static method in class org.apache.mrql.Plan
the DataSet union physical operator
mergeGroupByJoin(Function, Function, Function, Function, Function, Function, Function, Bag, Bag) - Static method in class org.apache.mrql.MapReduceAlgebra
An equi-join combined with a group-by implemented using hashing
mergeGroupByJoin(Function, Function, Function, Function, Function, Function, Function, Bag, Bag) - Static method in class org.apache.mrql.MapReduceAlgebra
An equi-join combined with a group-by implemented using hashing
method - Variable in class org.apache.mrql.MethodInfo
 
method - Variable in class org.apache.mrql.MethodInfo
 
method_name(int) - Static method in class org.apache.mrql.ClassImporter
 
method_name(int) - Static method in class org.apache.mrql.ClassImporter
 
MethodInfo - Class in org.apache.mrql
class for storing Java method information
MethodInfo - Class in org.apache.mrql
class for storing Java method information
MethodInfo(String, Trees, Method) - Constructor for class org.apache.mrql.MethodInfo
 
MethodInfo(String, Trees, Method) - Constructor for class org.apache.mrql.MethodInfo
 
methods - Static variable in class org.apache.mrql.ClassImporter
 
methods - Static variable in class org.apache.mrql.ClassImporter
 
min(MR_short, MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
min(MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
min(MR_long, MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
min(MR_float, MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
min(MR_double, MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
min(MR_short, MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
min(MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
min(MR_long, MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
min(MR_float, MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
min(MR_double, MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
MINUS - Static variable in class org.apache.mrql.sym
 
minus(MR_short, MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
minus(MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
minus(MR_long, MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
minus(MR_float, MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
minus(MR_double, MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
minus(MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
minus(MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
minus(MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
minus(MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
minus(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
minus(MR_short, MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
minus(MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
minus(MR_long, MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
minus(MR_float, MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
minus(MR_double, MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
minus(MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
minus(MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
minus(MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
minus(MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
minus(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
MOD - Static variable in class org.apache.mrql.sym
 
mod(MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
mod(MR_long, MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
mod(MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
mod(MR_long, MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
monoids - Static variable in class org.apache.mrql.Translator
An aggeregation must be based on a commutative monoid (plus,zero) with a unit: name(type,plus,zero,unit) plus: function from (b,b) to b, zero: b, unit: function from a to b
MORE_BSP_STEPS - Static variable in class org.apache.mrql.MRContainer
 
MORE_BSP_STEPS - Static variable in class org.apache.mrql.MRContainer
 
MR_bool - Class in org.apache.mrql
a container for boolean values
MR_bool - Class in org.apache.mrql
a container for boolean values
MR_bool(boolean) - Constructor for class org.apache.mrql.MR_bool
 
MR_bool(boolean) - Constructor for class org.apache.mrql.MR_bool
 
MR_byte - Class in org.apache.mrql
a container for byte values
MR_byte - Class in org.apache.mrql
a container for byte values
MR_byte(byte) - Constructor for class org.apache.mrql.MR_byte
 
MR_byte(int) - Constructor for class org.apache.mrql.MR_byte
 
MR_byte(byte) - Constructor for class org.apache.mrql.MR_byte
 
MR_byte(int) - Constructor for class org.apache.mrql.MR_byte
 
MR_char - Class in org.apache.mrql
a container for a char
MR_char - Class in org.apache.mrql
a container for a char
MR_char(char) - Constructor for class org.apache.mrql.MR_char
 
MR_char(char) - Constructor for class org.apache.mrql.MR_char
 
MR_dataset - Class in org.apache.mrql
a wrapper of a DataSet (stored in HDFS) as an MRData
MR_dataset - Class in org.apache.mrql
a wrapper of a DataSet (stored in HDFS) as an MRData
MR_dataset(DataSet) - Constructor for class org.apache.mrql.MR_dataset
 
MR_dataset(DataSet) - Constructor for class org.apache.mrql.MR_dataset
 
MR_double - Class in org.apache.mrql
a container for double values
MR_double - Class in org.apache.mrql
a container for double values
MR_double(double) - Constructor for class org.apache.mrql.MR_double
 
MR_double(double) - Constructor for class org.apache.mrql.MR_double
 
MR_float - Class in org.apache.mrql
a container for float values
MR_float - Class in org.apache.mrql
a container for float values
MR_float(float) - Constructor for class org.apache.mrql.MR_float
 
MR_float(double) - Constructor for class org.apache.mrql.MR_float
 
MR_float(float) - Constructor for class org.apache.mrql.MR_float
 
MR_float(double) - Constructor for class org.apache.mrql.MR_float
 
MR_int - Class in org.apache.mrql
a container for int values
MR_int - Class in org.apache.mrql
a container for int values
MR_int(int) - Constructor for class org.apache.mrql.MR_int
 
MR_int(int) - Constructor for class org.apache.mrql.MR_int
 
MR_long - Class in org.apache.mrql
a container for long values
MR_long - Class in org.apache.mrql
a container for long values
MR_long(long) - Constructor for class org.apache.mrql.MR_long
 
MR_long(long) - Constructor for class org.apache.mrql.MR_long
 
MR_more_bsp_steps - Class in org.apache.mrql
used for BSP synchronization when a peer needs to do more steps
MR_more_bsp_steps - Class in org.apache.mrql
used for BSP synchronization when a peer needs to do more steps
MR_more_bsp_steps() - Constructor for class org.apache.mrql.MR_more_bsp_steps
 
MR_more_bsp_steps() - Constructor for class org.apache.mrql.MR_more_bsp_steps
 
MR_short - Class in org.apache.mrql
a container for short values
MR_short - Class in org.apache.mrql
a container for short values
MR_short(short) - Constructor for class org.apache.mrql.MR_short
 
MR_short(short) - Constructor for class org.apache.mrql.MR_short
 
MR_string - Class in org.apache.mrql
a container for strings
MR_string - Class in org.apache.mrql
a container for strings
MR_string(String) - Constructor for class org.apache.mrql.MR_string
 
MR_string(String) - Constructor for class org.apache.mrql.MR_string
 
MR_sync - Class in org.apache.mrql
used for BSP synchronization
MR_sync - Class in org.apache.mrql
used for BSP synchronization
MR_sync() - Constructor for class org.apache.mrql.MR_sync
 
MR_sync() - Constructor for class org.apache.mrql.MR_sync
 
MR_variable - Class in org.apache.mrql
a template variable; should appear only in a template
MR_variable - Class in org.apache.mrql
a template variable; should appear only in a template
MR_variable(int) - Constructor for class org.apache.mrql.MR_variable
 
MR_variable(int) - Constructor for class org.apache.mrql.MR_variable
 
MRContainer - Class in org.apache.mrql
A container for MRData that implements read (the deserializer)
MRContainer - Class in org.apache.mrql
A container for MRData that implements read (the deserializer)
MRContainer(MRData) - Constructor for class org.apache.mrql.MRContainer
 
MRContainer() - Constructor for class org.apache.mrql.MRContainer
 
MRContainer(MRData) - Constructor for class org.apache.mrql.MRContainer
 
MRContainer() - Constructor for class org.apache.mrql.MRContainer
 
MRContainer.MR_EOLB - Class in org.apache.mrql
 
MRContainer.MR_EOLB - Class in org.apache.mrql
 
MRContainer.MR_EOLB() - Constructor for class org.apache.mrql.MRContainer.MR_EOLB
 
MRContainer.MR_EOLB() - Constructor for class org.apache.mrql.MRContainer.MR_EOLB
 
MRData - Class in org.apache.mrql
All MRQL data are encoded as MRData (similar to AVRO form)
MRData - Class in org.apache.mrql
All MRQL data are encoded as MRData (similar to AVRO form)
MRData() - Constructor for class org.apache.mrql.MRData
 
MRData() - Constructor for class org.apache.mrql.MRData
 
MRQL - Class in org.apache.mrql
API for dynamic MRQL queries
MRQL - Class in org.apache.mrql
API for dynamic MRQL queries
MRQL() - Constructor for class org.apache.mrql.MRQL
 
MRQL() - Constructor for class org.apache.mrql.MRQL
 
MRQLFileInputFormat - Interface in org.apache.mrql
An interface for all MRQL FileInputFormats
MRQLFileInputFormat - Interface in org.apache.mrql
An interface for all MRQL FileInputFormats
MRQLLex - Class in org.apache.mrql
This class is a scanner generated by JFlex 1.4.3 on 10/7/13 7:48 PM from the specification file /home/fegaras/mrql-RC3/target/checkout/src/main/java/core/mrql.lex
MRQLLex(Reader) - Constructor for class org.apache.mrql.MRQLLex
Creates a new scanner There is also a java.io.InputStream version of this constructor.
MRQLLex(InputStream) - Constructor for class org.apache.mrql.MRQLLex
Creates a new scanner.
MRQLParser - Class in org.apache.mrql
CUP v0.11a beta 20060608 generated parser.
MRQLParser() - Constructor for class org.apache.mrql.MRQLParser
Default constructor.
MRQLParser(Scanner) - Constructor for class org.apache.mrql.MRQLParser
Constructor which sets the default scanner.
MRQLParser(Scanner, SymbolFactory) - Constructor for class org.apache.mrql.MRQLParser
Constructor which sets the default scanner.

N

name - Variable in class org.apache.mrql.Environment
 
name - Variable in class org.apache.mrql.Environment
 
name - Variable in class org.apache.mrql.MethodInfo
 
name - Variable in class org.apache.mrql.MethodInfo
 
NEQ - Static variable in class org.apache.mrql.sym
 
neq(MR_short, MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
neq(MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
neq(MR_long, MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
neq(MR_float, MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
neq(MR_double, MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
neq(MRData, MRData) - Static method in class org.apache.mrql.SystemFunctions
 
neq(MR_short, MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
neq(MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
neq(MR_long, MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
neq(MR_float, MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
neq(MR_double, MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
neq(MRData, MRData) - Static method in class org.apache.mrql.SystemFunctions
 
neqM - Static variable in class org.apache.mrql.BSPTranslator
 
nest - Static variable in class org.apache.mrql.MRQLLex
 
nest_pos - Static variable in class org.apache.mrql.MRQLLex
 
new_configuration() - Method in class org.apache.mrql.Evaluator
create a new evaluation configuration
new_configuration() - Method in class org.apache.mrql.Evaluator
create a new evaluation configuration
new_global_binding(String, MRData) - Static method in class org.apache.mrql.Interpreter
insert a new global variable binding
new_path(Configuration) - Static method in class org.apache.mrql.Plan
generate a new path name in HDFS to store intermediate results
new_path(Configuration) - Static method in class org.apache.mrql.Plan
generate a new path name in HDFS to store intermediate results
new_var() - Static method in class org.apache.mrql.Translator
generates new variable names
next - Variable in class org.apache.mrql.Environment
 
next - Variable in class org.apache.mrql.Environment
 
next() - Method in class org.apache.mrql.JsonSplitter
 
next() - Method in class org.apache.mrql.JsonSplitter
 
next() - Method in class org.apache.mrql.XMLSplitter
 
next() - Method in class org.apache.mrql.XMLSplitter
 
next - Variable in class org.apache.mrql.XPathParser.XPathHandler
 
next - Variable in class org.apache.mrql.XPathParser.XPathHandler
 
next_token() - Method in class org.apache.mrql.JSONLex
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
next_token() - Method in class org.apache.mrql.MRQLLex
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
nodes - Static variable in class org.apache.mrql.Config
 
nodes - Static variable in class org.apache.mrql.Config
 
noMapJoin - Static variable in class org.apache.mrql.Config
 
noMapJoin - Static variable in class org.apache.mrql.Config
 
Normalization - Class in org.apache.mrql
normalize algebraic expressions to more efficient forms using heuristic rules
Normalization() - Constructor for class org.apache.mrql.Normalization
 
normalize(Tree) - Static method in class org.apache.mrql.Normalization
normalize algebraic expressions to more efficient forms using heuristic rules
normalize_all(Tree) - Static method in class org.apache.mrql.Normalization
normalize algebraic expressions to more efficient forms using heuristic rules
normalize_type(Tree) - Static method in class org.apache.mrql.TypeInference
check the type for inconsistencies and fix the transient/persistent components
NOT - Static variable in class org.apache.mrql.sym
 
not(MR_bool) - Static method in class org.apache.mrql.SystemFunctions
 
not(MR_bool) - Static method in class org.apache.mrql.SystemFunctions
 
notM - Static variable in class org.apache.mrql.BSPTranslator
 
NULL - Static variable in class org.apache.mrql.jsym
 
NULL - Static variable in class org.apache.mrql.MRContainer
 
NULL - Static variable in class org.apache.mrql.MRContainer
 
null_name - Static variable in class org.apache.mrql.Interpreter
 
null_value - Static variable in class org.apache.mrql.Interpreter
 
null_value - Static variable in class org.apache.mrql.SystemFunctions
 
null_value - Static variable in class org.apache.mrql.SystemFunctions
 

O

O_BEGIN - Static variable in class org.apache.mrql.jsym
 
O_END - Static variable in class org.apache.mrql.jsym
 
object_methods - Static variable in class org.apache.mrql.ClassImporter
 
object_methods - Static variable in class org.apache.mrql.ClassImporter
 
occurences(Tree, Tree) - Static method in class org.apache.mrql.Translator
count the occurences of x in e
open(String) - Method in class org.apache.mrql.JsonFormatParser
 
open(FSDataInputStream, long, long) - Method in class org.apache.mrql.JsonFormatParser
 
open(String) - Method in class org.apache.mrql.JsonFormatParser
 
open(FSDataInputStream, long, long) - Method in class org.apache.mrql.JsonFormatParser
 
open(String) - Method in class org.apache.mrql.LineParser
 
open(FSDataInputStream, long, long) - Method in class org.apache.mrql.LineParser
 
open(String) - Method in interface org.apache.mrql.Parser
 
open(FSDataInputStream, long, long) - Method in interface org.apache.mrql.Parser
 
open(String) - Method in interface org.apache.mrql.Parser
 
open(FSDataInputStream, long, long) - Method in interface org.apache.mrql.Parser
 
open(String) - Method in class org.apache.mrql.XMLParser
 
open(FSDataInputStream, long, long) - Method in class org.apache.mrql.XMLParser
 
open(String) - Method in class org.apache.mrql.XMLParser
 
open(FSDataInputStream, long, long) - Method in class org.apache.mrql.XMLParser
 
OR - Static variable in class org.apache.mrql.sym
 
or(MR_bool, MR_bool) - Static method in class org.apache.mrql.SystemFunctions
 
or(MR_bool, MR_bool) - Static method in class org.apache.mrql.SystemFunctions
 
ORDER - Static variable in class org.apache.mrql.sym
 
org.apache.mrql - package org.apache.mrql
 
orM - Static variable in class org.apache.mrql.BSPTranslator
 
out - Static variable in class org.apache.mrql.XPathParser
 
out - Static variable in class org.apache.mrql.XPathParser
 

P

P_0 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_0 - Static variable in class org.apache.mrql.PatternNames_1528882812304153333
 
P_0 - Static variable in class org.apache.mrql.PatternNames_1543976570978516991
 
P_0 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_0 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_0 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_0 - Static variable in class org.apache.mrql.PatternNames_4730201783635401495
 
P_0 - Static variable in class org.apache.mrql.PatternNames_5062674583735779650
 
P_0 - Static variable in class org.apache.mrql.PatternNames_6460983826534922604
 
P_0 - Static variable in class org.apache.mrql.PatternNames_7317343172124170872
 
P_0 - Static variable in class org.apache.mrql.PatternNames_7754686279845568456
 
P_0 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_0 - Static variable in class org.apache.mrql.PatternNames_858146201715550827
 
P_0 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_1 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_1 - Static variable in class org.apache.mrql.PatternNames_1528882812304153333
 
P_1 - Static variable in class org.apache.mrql.PatternNames_1543976570978516991
 
P_1 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_1 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_1 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_1 - Static variable in class org.apache.mrql.PatternNames_4730201783635401495
 
P_1 - Static variable in class org.apache.mrql.PatternNames_5062674583735779650
 
P_1 - Static variable in class org.apache.mrql.PatternNames_6460983826534922604
 
P_1 - Static variable in class org.apache.mrql.PatternNames_7317343172124170872
 
P_1 - Static variable in class org.apache.mrql.PatternNames_7754686279845568456
 
P_1 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_1 - Static variable in class org.apache.mrql.PatternNames_858146201715550827
 
P_1 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_10 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_10 - Static variable in class org.apache.mrql.PatternNames_1543976570978516991
 
P_10 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_10 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_10 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_10 - Static variable in class org.apache.mrql.PatternNames_4730201783635401495
 
P_10 - Static variable in class org.apache.mrql.PatternNames_5062674583735779650
 
P_10 - Static variable in class org.apache.mrql.PatternNames_6460983826534922604
 
P_10 - Static variable in class org.apache.mrql.PatternNames_7317343172124170872
 
P_10 - Static variable in class org.apache.mrql.PatternNames_7754686279845568456
 
P_10 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_10 - Static variable in class org.apache.mrql.PatternNames_858146201715550827
 
P_10 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_11 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_11 - Static variable in class org.apache.mrql.PatternNames_1543976570978516991
 
P_11 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_11 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_11 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_11 - Static variable in class org.apache.mrql.PatternNames_4730201783635401495
 
P_11 - Static variable in class org.apache.mrql.PatternNames_5062674583735779650
 
P_11 - Static variable in class org.apache.mrql.PatternNames_6460983826534922604
 
P_11 - Static variable in class org.apache.mrql.PatternNames_7317343172124170872
 
P_11 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_11 - Static variable in class org.apache.mrql.PatternNames_858146201715550827
 
P_11 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_12 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_12 - Static variable in class org.apache.mrql.PatternNames_1543976570978516991
 
P_12 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_12 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_12 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_12 - Static variable in class org.apache.mrql.PatternNames_4730201783635401495
 
P_12 - Static variable in class org.apache.mrql.PatternNames_5062674583735779650
 
P_12 - Static variable in class org.apache.mrql.PatternNames_6460983826534922604
 
P_12 - Static variable in class org.apache.mrql.PatternNames_7317343172124170872
 
P_12 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_12 - Static variable in class org.apache.mrql.PatternNames_858146201715550827
 
P_12 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_13 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_13 - Static variable in class org.apache.mrql.PatternNames_1543976570978516991
 
P_13 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_13 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_13 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_13 - Static variable in class org.apache.mrql.PatternNames_4730201783635401495
 
P_13 - Static variable in class org.apache.mrql.PatternNames_5062674583735779650
 
P_13 - Static variable in class org.apache.mrql.PatternNames_6460983826534922604
 
P_13 - Static variable in class org.apache.mrql.PatternNames_7317343172124170872
 
P_13 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_13 - Static variable in class org.apache.mrql.PatternNames_858146201715550827
 
P_13 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_14 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_14 - Static variable in class org.apache.mrql.PatternNames_1543976570978516991
 
P_14 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_14 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_14 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_14 - Static variable in class org.apache.mrql.PatternNames_4730201783635401495
 
P_14 - Static variable in class org.apache.mrql.PatternNames_5062674583735779650
 
P_14 - Static variable in class org.apache.mrql.PatternNames_6460983826534922604
 
P_14 - Static variable in class org.apache.mrql.PatternNames_7317343172124170872
 
P_14 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_14 - Static variable in class org.apache.mrql.PatternNames_858146201715550827
 
P_14 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_15 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_15 - Static variable in class org.apache.mrql.PatternNames_1543976570978516991
 
P_15 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_15 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_15 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_15 - Static variable in class org.apache.mrql.PatternNames_4730201783635401495
 
P_15 - Static variable in class org.apache.mrql.PatternNames_7317343172124170872
 
P_15 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_15 - Static variable in class org.apache.mrql.PatternNames_858146201715550827
 
P_15 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_16 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_16 - Static variable in class org.apache.mrql.PatternNames_1543976570978516991
 
P_16 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_16 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_16 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_16 - Static variable in class org.apache.mrql.PatternNames_4730201783635401495
 
P_16 - Static variable in class org.apache.mrql.PatternNames_7317343172124170872
 
P_16 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_16 - Static variable in class org.apache.mrql.PatternNames_858146201715550827
 
P_16 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_17 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_17 - Static variable in class org.apache.mrql.PatternNames_1543976570978516991
 
P_17 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_17 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_17 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_17 - Static variable in class org.apache.mrql.PatternNames_7317343172124170872
 
P_17 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_17 - Static variable in class org.apache.mrql.PatternNames_858146201715550827
 
P_17 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_18 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_18 - Static variable in class org.apache.mrql.PatternNames_1543976570978516991
 
P_18 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_18 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_18 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_18 - Static variable in class org.apache.mrql.PatternNames_7317343172124170872
 
P_18 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_18 - Static variable in class org.apache.mrql.PatternNames_858146201715550827
 
P_18 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_19 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_19 - Static variable in class org.apache.mrql.PatternNames_1543976570978516991
 
P_19 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_19 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_19 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_19 - Static variable in class org.apache.mrql.PatternNames_7317343172124170872
 
P_19 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_19 - Static variable in class org.apache.mrql.PatternNames_858146201715550827
 
P_19 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_2 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_2 - Static variable in class org.apache.mrql.PatternNames_1528882812304153333
 
P_2 - Static variable in class org.apache.mrql.PatternNames_1543976570978516991
 
P_2 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_2 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_2 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_2 - Static variable in class org.apache.mrql.PatternNames_4730201783635401495
 
P_2 - Static variable in class org.apache.mrql.PatternNames_5062674583735779650
 
P_2 - Static variable in class org.apache.mrql.PatternNames_6460983826534922604
 
P_2 - Static variable in class org.apache.mrql.PatternNames_7317343172124170872
 
P_2 - Static variable in class org.apache.mrql.PatternNames_7754686279845568456
 
P_2 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_2 - Static variable in class org.apache.mrql.PatternNames_858146201715550827
 
P_2 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_20 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_20 - Static variable in class org.apache.mrql.PatternNames_1543976570978516991
 
P_20 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_20 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_20 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_20 - Static variable in class org.apache.mrql.PatternNames_7317343172124170872
 
P_20 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_20 - Static variable in class org.apache.mrql.PatternNames_858146201715550827
 
P_20 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_21 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_21 - Static variable in class org.apache.mrql.PatternNames_1543976570978516991
 
P_21 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_21 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_21 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_21 - Static variable in class org.apache.mrql.PatternNames_7317343172124170872
 
P_21 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_21 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_22 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_22 - Static variable in class org.apache.mrql.PatternNames_1543976570978516991
 
P_22 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_22 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_22 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_22 - Static variable in class org.apache.mrql.PatternNames_7317343172124170872
 
P_22 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_22 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_23 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_23 - Static variable in class org.apache.mrql.PatternNames_1543976570978516991
 
P_23 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_23 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_23 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_23 - Static variable in class org.apache.mrql.PatternNames_7317343172124170872
 
P_23 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_23 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_24 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_24 - Static variable in class org.apache.mrql.PatternNames_1543976570978516991
 
P_24 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_24 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_24 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_24 - Static variable in class org.apache.mrql.PatternNames_7317343172124170872
 
P_24 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_24 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_25 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_25 - Static variable in class org.apache.mrql.PatternNames_1543976570978516991
 
P_25 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_25 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_25 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_25 - Static variable in class org.apache.mrql.PatternNames_7317343172124170872
 
P_25 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_25 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_26 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_26 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_26 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_26 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_26 - Static variable in class org.apache.mrql.PatternNames_7317343172124170872
 
P_26 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_26 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_27 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_27 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_27 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_27 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_27 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_27 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_28 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_28 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_28 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_28 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_28 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_28 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_29 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_29 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_29 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_29 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_29 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_29 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_3 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_3 - Static variable in class org.apache.mrql.PatternNames_1528882812304153333
 
P_3 - Static variable in class org.apache.mrql.PatternNames_1543976570978516991
 
P_3 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_3 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_3 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_3 - Static variable in class org.apache.mrql.PatternNames_4730201783635401495
 
P_3 - Static variable in class org.apache.mrql.PatternNames_5062674583735779650
 
P_3 - Static variable in class org.apache.mrql.PatternNames_6460983826534922604
 
P_3 - Static variable in class org.apache.mrql.PatternNames_7317343172124170872
 
P_3 - Static variable in class org.apache.mrql.PatternNames_7754686279845568456
 
P_3 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_3 - Static variable in class org.apache.mrql.PatternNames_858146201715550827
 
P_3 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_30 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_30 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_30 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_30 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_30 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_30 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_31 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_31 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_31 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_31 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_31 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_31 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_32 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_32 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_32 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_32 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_32 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_32 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_33 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_33 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_33 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_33 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_33 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_33 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_34 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_34 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_34 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_34 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_34 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_34 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_35 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_35 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_35 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_35 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_35 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_35 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_36 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_36 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_36 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_36 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_36 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_36 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_37 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_37 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_37 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_37 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_37 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_37 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_38 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_38 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_38 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_38 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_38 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_38 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_39 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_39 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_39 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_39 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_39 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_4 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_4 - Static variable in class org.apache.mrql.PatternNames_1543976570978516991
 
P_4 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_4 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_4 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_4 - Static variable in class org.apache.mrql.PatternNames_4730201783635401495
 
P_4 - Static variable in class org.apache.mrql.PatternNames_5062674583735779650
 
P_4 - Static variable in class org.apache.mrql.PatternNames_6460983826534922604
 
P_4 - Static variable in class org.apache.mrql.PatternNames_7317343172124170872
 
P_4 - Static variable in class org.apache.mrql.PatternNames_7754686279845568456
 
P_4 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_4 - Static variable in class org.apache.mrql.PatternNames_858146201715550827
 
P_4 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_40 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_40 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_40 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_40 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_40 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_41 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_41 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_41 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_41 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_41 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_42 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_42 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_42 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_42 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_42 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_43 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_43 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_43 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_43 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_43 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_44 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_44 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_44 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_44 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_44 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_45 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_45 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_45 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_45 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_45 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_46 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_46 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_46 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_46 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_47 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_47 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_47 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_47 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_48 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_48 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_48 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_48 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_49 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_49 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_49 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_5 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_5 - Static variable in class org.apache.mrql.PatternNames_1543976570978516991
 
P_5 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_5 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_5 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_5 - Static variable in class org.apache.mrql.PatternNames_4730201783635401495
 
P_5 - Static variable in class org.apache.mrql.PatternNames_5062674583735779650
 
P_5 - Static variable in class org.apache.mrql.PatternNames_6460983826534922604
 
P_5 - Static variable in class org.apache.mrql.PatternNames_7317343172124170872
 
P_5 - Static variable in class org.apache.mrql.PatternNames_7754686279845568456
 
P_5 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_5 - Static variable in class org.apache.mrql.PatternNames_858146201715550827
 
P_5 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_50 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_50 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_50 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_51 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_51 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_51 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_52 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_52 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_52 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_53 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_53 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_53 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_54 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_54 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_54 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_55 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_55 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_55 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_56 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_56 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_56 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_57 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_57 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_57 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_58 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_58 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_58 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_59 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_59 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_59 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_6 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_6 - Static variable in class org.apache.mrql.PatternNames_1543976570978516991
 
P_6 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_6 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_6 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_6 - Static variable in class org.apache.mrql.PatternNames_4730201783635401495
 
P_6 - Static variable in class org.apache.mrql.PatternNames_5062674583735779650
 
P_6 - Static variable in class org.apache.mrql.PatternNames_6460983826534922604
 
P_6 - Static variable in class org.apache.mrql.PatternNames_7317343172124170872
 
P_6 - Static variable in class org.apache.mrql.PatternNames_7754686279845568456
 
P_6 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_6 - Static variable in class org.apache.mrql.PatternNames_858146201715550827
 
P_6 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_60 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_60 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_60 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_61 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_61 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_61 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_62 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_62 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_63 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_63 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_64 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_64 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_65 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_66 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_67 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_68 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_69 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_7 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_7 - Static variable in class org.apache.mrql.PatternNames_1543976570978516991
 
P_7 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_7 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_7 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_7 - Static variable in class org.apache.mrql.PatternNames_4730201783635401495
 
P_7 - Static variable in class org.apache.mrql.PatternNames_5062674583735779650
 
P_7 - Static variable in class org.apache.mrql.PatternNames_6460983826534922604
 
P_7 - Static variable in class org.apache.mrql.PatternNames_7317343172124170872
 
P_7 - Static variable in class org.apache.mrql.PatternNames_7754686279845568456
 
P_7 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_7 - Static variable in class org.apache.mrql.PatternNames_858146201715550827
 
P_7 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_70 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_71 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_72 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_8 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_8 - Static variable in class org.apache.mrql.PatternNames_1543976570978516991
 
P_8 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_8 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_8 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_8 - Static variable in class org.apache.mrql.PatternNames_4730201783635401495
 
P_8 - Static variable in class org.apache.mrql.PatternNames_5062674583735779650
 
P_8 - Static variable in class org.apache.mrql.PatternNames_6460983826534922604
 
P_8 - Static variable in class org.apache.mrql.PatternNames_7317343172124170872
 
P_8 - Static variable in class org.apache.mrql.PatternNames_7754686279845568456
 
P_8 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_8 - Static variable in class org.apache.mrql.PatternNames_858146201715550827
 
P_8 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
P_9 - Static variable in class org.apache.mrql.PatternNames_115468868126526346
 
P_9 - Static variable in class org.apache.mrql.PatternNames_1543976570978516991
 
P_9 - Static variable in class org.apache.mrql.PatternNames_186615940705971217
 
P_9 - Static variable in class org.apache.mrql.PatternNames_2913206879444041141
 
P_9 - Static variable in class org.apache.mrql.PatternNames_3531103337971921302
 
P_9 - Static variable in class org.apache.mrql.PatternNames_4730201783635401495
 
P_9 - Static variable in class org.apache.mrql.PatternNames_5062674583735779650
 
P_9 - Static variable in class org.apache.mrql.PatternNames_6460983826534922604
 
P_9 - Static variable in class org.apache.mrql.PatternNames_7317343172124170872
 
P_9 - Static variable in class org.apache.mrql.PatternNames_7754686279845568456
 
P_9 - Static variable in class org.apache.mrql.PatternNames_8264774131220277706
 
P_9 - Static variable in class org.apache.mrql.PatternNames_858146201715550827
 
P_9 - Static variable in class org.apache.mrql.PatternNames_8952676040505093550
 
PAIR - Static variable in class org.apache.mrql.MRContainer
 
PAIR - Static variable in class org.apache.mrql.MRContainer
 
parse(String) - Method in class org.apache.mrql.JsonFormatParser
 
parse(String) - Method in class org.apache.mrql.JsonFormatParser
 
parse(String) - Method in class org.apache.mrql.LineParser
 
parse(String) - Method in interface org.apache.mrql.Parser
 
parse(String) - Method in interface org.apache.mrql.Parser
 
parse(String) - Method in class org.apache.mrql.XMLParser
 
parse(String) - Method in class org.apache.mrql.XMLParser
 
parse_args(String[], Configuration) - Static method in class org.apache.mrql.Config
read configuration parameters from the Main args
parse_args(String[], Configuration) - Static method in class org.apache.mrql.Config
read configuration parameters from the Main args
ParsedDataSource - Class in org.apache.mrql
A data source for a text HDFS file along with the parser to parse it
ParsedDataSource - Class in org.apache.mrql
A data source for a text HDFS file along with the parser to parse it
ParsedDataSource(int, String, Class<? extends Parser>, Trees, Configuration) - Constructor for class org.apache.mrql.ParsedDataSource
 
ParsedDataSource(String, Class<? extends Parser>, Trees, Configuration) - Constructor for class org.apache.mrql.ParsedDataSource
 
ParsedDataSource(int, String, Class<? extends Parser>, Trees, Configuration) - Constructor for class org.apache.mrql.ParsedDataSource
 
ParsedDataSource(String, Class<? extends Parser>, Trees, Configuration) - Constructor for class org.apache.mrql.ParsedDataSource
 
parsedInputFormat() - Method in class org.apache.mrql.Evaluator
return the FileInputFormat for parsed files (CSV, XML, JSON, etc)
parsedInputFormat() - Method in class org.apache.mrql.Evaluator
return the FileInputFormat for parsed files (CSV, XML, JSON, etc)
parsedSource(Parser, String, Trees) - Static method in class org.apache.mrql.MapReduceAlgebra
parse a text document using a given parser
parsedSource(String, String, Trees) - Static method in class org.apache.mrql.MapReduceAlgebra
parse a text document using a given parser
parsedSource(int, Parser, String, Trees) - Static method in class org.apache.mrql.MapReduceAlgebra
parse a text document using a given parser and tag output data with a source num
parsedSource(int, String, String, Trees) - Static method in class org.apache.mrql.MapReduceAlgebra
parse a text document using a given parser and tag output data with a source num
parsedSource(Parser, String, Trees) - Static method in class org.apache.mrql.MapReduceAlgebra
parse a text document using a given parser
parsedSource(String, String, Trees) - Static method in class org.apache.mrql.MapReduceAlgebra
parse a text document using a given parser
parsedSource(int, Parser, String, Trees) - Static method in class org.apache.mrql.MapReduceAlgebra
parse a text document using a given parser and tag output data with a source num
parsedSource(int, String, String, Trees) - Static method in class org.apache.mrql.MapReduceAlgebra
parse a text document using a given parser and tag output data with a source num
parsedSource(int, Class<? extends Parser>, String, Trees) - Static method in class org.apache.mrql.Plan
The source physical operator for parsing text files
parsedSource(Class<? extends Parser>, String, Trees) - Static method in class org.apache.mrql.Plan
The source physical operator for parsing text files
parsedSource(int, Class<? extends Parser>, String, Trees) - Static method in class org.apache.mrql.Plan
The source physical operator for parsing text files
parsedSource(Class<? extends Parser>, String, Trees) - Static method in class org.apache.mrql.Plan
The source physical operator for parsing text files
parser - Static variable in class org.apache.mrql.Main
 
parser - Static variable in class org.apache.mrql.Main
 
parser - Variable in class org.apache.mrql.ParsedDataSource
 
parser - Variable in class org.apache.mrql.ParsedDataSource
 
Parser - Interface in org.apache.mrql
for a new text data source, you must implement a new parser
Parser - Interface in org.apache.mrql
for a new text data source, you must implement a new parser
PARSER - Static variable in class org.apache.mrql.sym
 
parser - Static variable in class org.apache.mrql.Test
 
parser - Static variable in class org.apache.mrql.Test
 
parser - Variable in class org.apache.mrql.XMLParser
 
parser - Variable in class org.apache.mrql.XMLParser
 
parserDirectory - Static variable in class org.apache.mrql.DataSource
 
parserDirectory - Static variable in class org.apache.mrql.DataSource
 
path - Variable in class org.apache.mrql.DataSource
 
path - Variable in class org.apache.mrql.DataSource
 
pattern_variables(Tree) - Static method in class org.apache.mrql.Translator
return the variables of a pattern
PatternNames_115468868126526346 - Class in org.apache.mrql
 
PatternNames_115468868126526346() - Constructor for class org.apache.mrql.PatternNames_115468868126526346
 
PatternNames_1528882812304153333 - Class in org.apache.mrql
 
PatternNames_1528882812304153333() - Constructor for class org.apache.mrql.PatternNames_1528882812304153333
 
PatternNames_1543976570978516991 - Class in org.apache.mrql
 
PatternNames_1543976570978516991() - Constructor for class org.apache.mrql.PatternNames_1543976570978516991
 
PatternNames_186615940705971217 - Class in org.apache.mrql
 
PatternNames_186615940705971217() - Constructor for class org.apache.mrql.PatternNames_186615940705971217
 
PatternNames_2913206879444041141 - Class in org.apache.mrql
 
PatternNames_2913206879444041141() - Constructor for class org.apache.mrql.PatternNames_2913206879444041141
 
PatternNames_3531103337971921302 - Class in org.apache.mrql
 
PatternNames_3531103337971921302() - Constructor for class org.apache.mrql.PatternNames_3531103337971921302
 
PatternNames_4730201783635401495 - Class in org.apache.mrql
 
PatternNames_4730201783635401495() - Constructor for class org.apache.mrql.PatternNames_4730201783635401495
 
PatternNames_5062674583735779650 - Class in org.apache.mrql
 
PatternNames_5062674583735779650() - Constructor for class org.apache.mrql.PatternNames_5062674583735779650
 
PatternNames_6460983826534922604 - Class in org.apache.mrql
 
PatternNames_6460983826534922604() - Constructor for class org.apache.mrql.PatternNames_6460983826534922604
 
PatternNames_7317343172124170872 - Class in org.apache.mrql
 
PatternNames_7317343172124170872() - Constructor for class org.apache.mrql.PatternNames_7317343172124170872
 
PatternNames_7754686279845568456 - Class in org.apache.mrql
 
PatternNames_7754686279845568456() - Constructor for class org.apache.mrql.PatternNames_7754686279845568456
 
PatternNames_8264774131220277706 - Class in org.apache.mrql
 
PatternNames_8264774131220277706() - Constructor for class org.apache.mrql.PatternNames_8264774131220277706
 
PatternNames_858146201715550827 - Class in org.apache.mrql
 
PatternNames_858146201715550827() - Constructor for class org.apache.mrql.PatternNames_858146201715550827
 
PatternNames_8952676040505093550 - Class in org.apache.mrql
 
PatternNames_8952676040505093550() - Constructor for class org.apache.mrql.PatternNames_8952676040505093550
 
persistent_collection(String) - Static method in class org.apache.mrql.Translator
make this collection type a persistent type that is stored in HDFS
physical_plan(Tree) - Static method in class org.apache.mrql.PlanGeneration
convert an algebraic plan to a physical plan
Plan - Class in org.apache.mrql
A physical plan (a superclass for both MapReduce and BSP plans)
Plan - Class in org.apache.mrql
A physical plan (a superclass for both MapReduce and BSP plans)
Plan() - Constructor for class org.apache.mrql.Plan
 
Plan() - Constructor for class org.apache.mrql.Plan
 
Plan.MRContainerKeyComparator - Class in org.apache.mrql
comparator for MRData keys
Plan.MRContainerKeyComparator - Class in org.apache.mrql
comparator for MRData keys
Plan.MRContainerKeyComparator() - Constructor for class org.apache.mrql.Plan.MRContainerKeyComparator
 
Plan.MRContainerKeyComparator() - Constructor for class org.apache.mrql.Plan.MRContainerKeyComparator
 
plan_names - Static variable in class org.apache.mrql.Translator
 
PlanGeneration - Class in org.apache.mrql
Generate a physical plan from an algebraic expression
PlanGeneration() - Constructor for class org.apache.mrql.PlanGeneration
 
PlanGeneration.Aggregates - Class in org.apache.mrql
extract the combiner from the reducer in a MapReduce plan
PlanGeneration.Aggregates() - Constructor for class org.apache.mrql.PlanGeneration.Aggregates
 
planNames - Static variable in class org.apache.mrql.BSPTranslator
 
plans_with_distributed_lambdas - Static variable in class org.apache.mrql.Translator
 
PLUS - Static variable in class org.apache.mrql.sym
 
plus(MR_string, MR_string) - Static method in class org.apache.mrql.SystemFunctions
 
plus(Bag, Bag) - Static method in class org.apache.mrql.SystemFunctions
 
plus(MR_short, MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
plus(MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
plus(MR_long, MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
plus(MR_float, MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
plus(MR_double, MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
plus(MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
plus(MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
plus(MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
plus(MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
plus(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
plus(MR_string, MR_string) - Static method in class org.apache.mrql.SystemFunctions
 
plus(Bag, Bag) - Static method in class org.apache.mrql.SystemFunctions
 
plus(MR_short, MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
plus(MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
plus(MR_long, MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
plus(MR_float, MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
plus(MR_double, MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
plus(MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
plus(MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
plus(MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
plus(MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
plus(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
plusM - Static variable in class org.apache.mrql.BSPTranslator
 
pos - Variable in class org.apache.mrql.LineParser
 
positions - Variable in class org.apache.mrql.XPathParser.Materialize
 
positions - Variable in class org.apache.mrql.XPathParser.Materialize
 
pow(MR_double, MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
pow(MR_double, MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
predicate_id - Variable in class org.apache.mrql.XPathParser.Equals
 
predicate_id - Variable in class org.apache.mrql.XPathParser.Equals
 
predicate_id - Variable in class org.apache.mrql.XPathParser.Predicate
 
predicate_id - Variable in class org.apache.mrql.XPathParser.Predicate
 
preds - Variable in class org.apache.mrql.XPathParser.Equals
 
preds - Variable in class org.apache.mrql.XPathParser.Equals
 
prev_char_pos - Static variable in class org.apache.mrql.MRQLLex
 
print(Symbol) - Static method in class org.apache.mrql.MRQLParser
 
print(MRData, Tree) - Static method in class org.apache.mrql.Printer
An MRData printer based on type information
print() - Method in class org.apache.mrql.XPathParser.Cache
 
print() - Method in class org.apache.mrql.XPathParser.Cache
 
print_aggregates() - Static method in class org.apache.mrql.Translator
 
print_methods() - Static method in class org.apache.mrql.ClassImporter
 
print_methods() - Static method in class org.apache.mrql.ClassImporter
 
print_plan(Tree, int, boolean) - Static method in class org.apache.mrql.Printer
print a physical plan
print_query(Tree) - Static method in class org.apache.mrql.Printer
 
print_stream - Static variable in class org.apache.mrql.Main
 
print_stream - Static variable in class org.apache.mrql.Main
 
print_stream(String) - Static method in class org.apache.mrql.Plan
create a new PrintStream from the file
print_stream(String) - Static method in class org.apache.mrql.Plan
create a new PrintStream from the file
print_stream - Static variable in class org.apache.mrql.Test
 
print_stream - Static variable in class org.apache.mrql.Test
 
print_type(Tree) - Static method in class org.apache.mrql.Printer
 
Printer - Class in org.apache.mrql
printers for types, expressions, plans, etc
Printer() - Constructor for class org.apache.mrql.Printer
 
production_table() - Method in class org.apache.mrql.JSONParser
Access to production table.
production_table() - Method in class org.apache.mrql.MRQLParser
Access to production table.
putByte(byte) - Method in class org.apache.mrql.XPathParser.Cache
 
putByte(byte) - Method in class org.apache.mrql.XPathParser.Cache
 
putChars(char[], int, int) - Method in class org.apache.mrql.XPathParser.Cache
 
putChars(char[], int, int) - Method in class org.apache.mrql.XPathParser.Cache
 
putInt(int) - Method in class org.apache.mrql.XPathParser.Cache
 
putInt(int) - Method in class org.apache.mrql.XPathParser.Cache
 
putShort(short) - Method in class org.apache.mrql.XPathParser.Cache
 
putShort(short) - Method in class org.apache.mrql.XPathParser.Cache
 
putString(String) - Method in class org.apache.mrql.XPathParser.Cache
 
putString(String) - Method in class org.apache.mrql.XPathParser.Cache
 

Q

query(String) - Static method in class org.apache.mrql.MRQL
evaluate an MRQL query in a string
query(String) - Static method in class org.apache.mrql.MRQL
evaluate an MRQL query in a string
query_file - Static variable in class org.apache.mrql.Main
 
query_file - Static variable in class org.apache.mrql.Main
 
query_plan - Static variable in class org.apache.mrql.Interpreter
 
query_type - Static variable in class org.apache.mrql.Interpreter
 
QueryPlan - Class in org.apache.mrql
Optimize a query plan by constructing a query graph and use a greedy graph reduction algorithm to construct the query plan.
QueryPlan() - Constructor for class org.apache.mrql.QueryPlan
 
quiet_execution - Static variable in class org.apache.mrql.Config
 
quiet_execution - Static variable in class org.apache.mrql.Config
 

R

random - Static variable in class org.apache.mrql.SystemFunctions
 
random(MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
random - Static variable in class org.apache.mrql.SystemFunctions
 
random(MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
range(Bag, MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
range(Bag, MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
range_split_size - Static variable in class org.apache.mrql.Config
 
range_split_size - Static variable in class org.apache.mrql.Config
 
RB - Static variable in class org.apache.mrql.sym
 
read(DataInput) - Static method in class org.apache.mrql.Bag
the input serializer for Bag
read(DataInput) - Static method in class org.apache.mrql.Bag
the input serializer for Bag
read(Configuration) - Static method in class org.apache.mrql.Config
load the configuration parameters
read(Configuration) - Static method in class org.apache.mrql.Config
load the configuration parameters
read(Configuration) - Method in class org.apache.mrql.DataSource.DataSourceDirectory
 
read(Configuration) - Method in class org.apache.mrql.DataSource.DataSourceDirectory
 
read(String, Configuration) - Static method in class org.apache.mrql.DataSource
 
read(String, Configuration) - Static method in class org.apache.mrql.DataSource
 
read(DataInput) - Static method in class org.apache.mrql.Inv
 
read(DataInput) - Static method in class org.apache.mrql.Inv
 
read(DataInput) - Static method in class org.apache.mrql.MR_bool
 
read(DataInput) - Static method in class org.apache.mrql.MR_bool
 
read(DataInput) - Static method in class org.apache.mrql.MR_byte
 
read(DataInput) - Static method in class org.apache.mrql.MR_byte
 
read(DataInput) - Static method in class org.apache.mrql.MR_char
 
read(DataInput) - Static method in class org.apache.mrql.MR_char
 
read(DataInput) - Static method in class org.apache.mrql.MR_double
 
read(DataInput) - Static method in class org.apache.mrql.MR_double
 
read(DataInput) - Static method in class org.apache.mrql.MR_float
 
read(DataInput) - Static method in class org.apache.mrql.MR_float
 
read(DataInput) - Static method in class org.apache.mrql.MR_int
 
read(DataInput) - Static method in class org.apache.mrql.MR_int
 
read(DataInput) - Static method in class org.apache.mrql.MR_long
 
read(DataInput) - Static method in class org.apache.mrql.MR_long
 
read(DataInput) - Static method in class org.apache.mrql.MR_short
 
read(DataInput) - Static method in class org.apache.mrql.MR_short
 
read(DataInput) - Static method in class org.apache.mrql.MR_string
 
read(DataInput) - Static method in class org.apache.mrql.MR_string
 
read(DataInput) - Static method in class org.apache.mrql.MRContainer
 
read(DataInput) - Static method in class org.apache.mrql.MRContainer
 
read(DataInput) - Static method in class org.apache.mrql.Tuple
 
read(DataInput) - Static method in class org.apache.mrql.Tuple
 
read(DataInput) - Static method in class org.apache.mrql.Union
 
read(DataInput) - Static method in class org.apache.mrql.Union
 
read2(DataInput) - Static method in class org.apache.mrql.Tuple
 
read2(DataInput) - Static method in class org.apache.mrql.Tuple
 
read3(DataInput) - Static method in class org.apache.mrql.Tuple
 
read3(DataInput) - Static method in class org.apache.mrql.Tuple
 
read_binary(String) - Static method in class org.apache.mrql.MapReduceAlgebra
read the contents of a dumped local binary file
read_binary(int, String) - Static method in class org.apache.mrql.MapReduceAlgebra
read the contents of a dumped local binary file and tag data with a source num
read_binary(String) - Static method in class org.apache.mrql.MapReduceAlgebra
read the contents of a dumped local binary file
read_binary(int, String) - Static method in class org.apache.mrql.MapReduceAlgebra
read the contents of a dumped local binary file and tag data with a source num
read_tag() - Method in class org.apache.mrql.XMLSplitter
 
read_tag() - Method in class org.apache.mrql.XMLSplitter
 
readFields(DataInput) - Method in class org.apache.mrql.Bag
the input serializer for Bag
readFields(DataInput) - Method in class org.apache.mrql.Bag
the input serializer for Bag
readFields(DataInput) - Method in class org.apache.mrql.Inv
 
readFields(DataInput) - Method in class org.apache.mrql.Inv
 
readFields(DataInput) - Method in class org.apache.mrql.Lambda
 
readFields(DataInput) - Method in class org.apache.mrql.Lambda
 
readFields(DataInput) - Method in class org.apache.mrql.MR_bool
 
readFields(DataInput) - Method in class org.apache.mrql.MR_bool
 
readFields(DataInput) - Method in class org.apache.mrql.MR_byte
 
readFields(DataInput) - Method in class org.apache.mrql.MR_byte
 
readFields(DataInput) - Method in class org.apache.mrql.MR_char
 
readFields(DataInput) - Method in class org.apache.mrql.MR_char
 
readFields(DataInput) - Method in class org.apache.mrql.MR_dataset
 
readFields(DataInput) - Method in class org.apache.mrql.MR_dataset
 
readFields(DataInput) - Method in class org.apache.mrql.MR_double
 
readFields(DataInput) - Method in class org.apache.mrql.MR_double
 
readFields(DataInput) - Method in class org.apache.mrql.MR_float
 
readFields(DataInput) - Method in class org.apache.mrql.MR_float
 
readFields(DataInput) - Method in class org.apache.mrql.MR_int
 
readFields(DataInput) - Method in class org.apache.mrql.MR_int
 
readFields(DataInput) - Method in class org.apache.mrql.MR_long
 
readFields(DataInput) - Method in class org.apache.mrql.MR_long
 
readFields(DataInput) - Method in class org.apache.mrql.MR_more_bsp_steps
 
readFields(DataInput) - Method in class org.apache.mrql.MR_more_bsp_steps
 
readFields(DataInput) - Method in class org.apache.mrql.MR_short
 
readFields(DataInput) - Method in class org.apache.mrql.MR_short
 
readFields(DataInput) - Method in class org.apache.mrql.MR_string
 
readFields(DataInput) - Method in class org.apache.mrql.MR_string
 
readFields(DataInput) - Method in class org.apache.mrql.MR_sync
 
readFields(DataInput) - Method in class org.apache.mrql.MR_sync
 
readFields(DataInput) - Method in class org.apache.mrql.MR_variable
 
readFields(DataInput) - Method in class org.apache.mrql.MR_variable
 
readFields(DataInput) - Method in class org.apache.mrql.MRContainer.MR_EOLB
 
readFields(DataInput) - Method in class org.apache.mrql.MRContainer.MR_EOLB
 
readFields(DataInput) - Method in class org.apache.mrql.MRContainer
 
readFields(DataInput) - Method in class org.apache.mrql.MRContainer
 
readFields(DataInput) - Method in class org.apache.mrql.Tuple
 
readFields(DataInput) - Method in class org.apache.mrql.Tuple
 
readFields(DataInput) - Method in class org.apache.mrql.Union
 
readFields(DataInput) - Method in class org.apache.mrql.Union
 
readObject(ObjectInputStream) - Method in class org.apache.mrql.BagIterator
 
readObject(ObjectInputStream) - Method in class org.apache.mrql.BagIterator
 
readObject(ObjectInputStream) - Method in class org.apache.mrql.Function
 
readObject(ObjectInputStream) - Method in class org.apache.mrql.Function
 
readObjectNoData() - Method in class org.apache.mrql.BagIterator
 
readObjectNoData() - Method in class org.apache.mrql.BagIterator
 
readObjectNoData() - Method in class org.apache.mrql.Function
 
readObjectNoData() - Method in class org.apache.mrql.Function
 
record_begin() - Static method in class org.apache.mrql.MRQLLex
 
record_end() - Static method in class org.apache.mrql.MRQLLex
 
records - Variable in class org.apache.mrql.DataSet
 
records - Variable in class org.apache.mrql.DataSet
 
reduce_table() - Method in class org.apache.mrql.JSONParser
Access to reduce_goto table.
reduce_table() - Method in class org.apache.mrql.MRQLParser
Access to reduce_goto table.
reduces - Static variable in class org.apache.mrql.PlanGeneration.Aggregates
 
reify(MRData, Tree) - Static method in class org.apache.mrql.Printer
given an MRData value, construct an expression that builds this data
reify(Tree) - Static method in class org.apache.mrql.Translator
convert Tree constructions to code that construct these Trees (used in the Compiler)
reify(Trees) - Static method in class org.apache.mrql.Translator
convert Tree constructions to code that construct these Trees (used in the Compiler)
relational_record(Tree) - Static method in class org.apache.mrql.LineParser
 
relational_record_type(Tree) - Static method in class org.apache.mrql.LineParser
 
released - Variable in class org.apache.mrql.XPathParser.Materialize
 
released - Variable in class org.apache.mrql.XPathParser.Materialize
 
releasePredicate(int) - Method in class org.apache.mrql.XPathParser.Equals
 
releasePredicate(int) - Method in class org.apache.mrql.XPathParser.Equals
 
releasePredicate(int) - Method in class org.apache.mrql.XPathParser.Materialize
 
releasePredicate(int) - Method in class org.apache.mrql.XPathParser.Materialize
 
releasePredicate(int) - Method in class org.apache.mrql.XPathParser.Predicate
 
releasePredicate(int) - Method in class org.apache.mrql.XPathParser.Predicate
 
releasePredicate(int) - Method in class org.apache.mrql.XPathParser.XPathHandler
 
releasePredicate(int) - Method in class org.apache.mrql.XPathParser.XPathHandler
 
remove() - Method in class org.apache.mrql.BagIterator
 
remove() - Method in class org.apache.mrql.BagIterator
 
remove() - Method in class org.apache.mrql.JsonSplitter
 
remove() - Method in class org.apache.mrql.JsonSplitter
 
remove() - Method in class org.apache.mrql.XMLSplitter
 
remove() - Method in class org.apache.mrql.XMLSplitter
 
remove_global_binding(String) - Static method in class org.apache.mrql.Interpreter
remove a global variable binding
remove_groupby(Tree) - Static method in class org.apache.mrql.Normalization
remove group-bys and order-bys from the MRQL queries
rename(Tree) - Static method in class org.apache.mrql.Normalization
compile away patterns and rename local variables of an MRQL expression e with unique names
repeat(Function, Bag, int) - Static method in class org.apache.mrql.MapReduceAlgebra
repeat the loop until all termination conditions are true or until we reach the max num of steps
repeat(Function, Bag, int) - Static method in class org.apache.mrql.MapReduceAlgebra
repeat the loop until all termination conditions are true or until we reach the max num of steps
REPEAT - Static variable in class org.apache.mrql.sym
 
repeat_variables - Static variable in class org.apache.mrql.Translator
 
repeats - Variable in class org.apache.mrql.Domains
 
reset() - Static method in class org.apache.mrql.BSPTranslator
 
reset() - Static method in class org.apache.mrql.MRQLLex
 
reset() - Static method in class org.apache.mrql.Translator
 
result_directory - Static variable in class org.apache.mrql.Test
 
result_directory - Static variable in class org.apache.mrql.Test
 
rint(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
rint(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
round(MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
round(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
round(MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
round(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
RP - Static variable in class org.apache.mrql.sym
 
RSB - Static variable in class org.apache.mrql.sym
 

S

scanner - Variable in class org.apache.mrql.JsonSplitter
 
scanner - Variable in class org.apache.mrql.JsonSplitter
 
second() - Method in class org.apache.mrql.Tuple
the second element of the tuple
second() - Method in class org.apache.mrql.Tuple
the second element of the tuple
SELECT - Static variable in class org.apache.mrql.sym
 
selfJoinOpt - Static variable in class org.apache.mrql.Config
 
selfJoinOpt - Static variable in class org.apache.mrql.Config
 
SEMI - Static variable in class org.apache.mrql.sym
 
SEP - Static variable in class org.apache.mrql.sym
 
separator - Static variable in class org.apache.mrql.DataSource
 
separator - Static variable in class org.apache.mrql.DataSource
 
set(int, MRData) - Method in class org.apache.mrql.Bag
replace the n'th element of a Bag with a new value
set(int, MRData) - Method in class org.apache.mrql.Bag
replace the n'th element of a Bag with a new value
set(boolean) - Method in class org.apache.mrql.MR_bool
 
set(boolean) - Method in class org.apache.mrql.MR_bool
 
set(byte) - Method in class org.apache.mrql.MR_byte
 
set(byte) - Method in class org.apache.mrql.MR_byte
 
set(char) - Method in class org.apache.mrql.MR_char
 
set(char) - Method in class org.apache.mrql.MR_char
 
set(double) - Method in class org.apache.mrql.MR_double
 
set(double) - Method in class org.apache.mrql.MR_double
 
set(float) - Method in class org.apache.mrql.MR_float
 
set(float) - Method in class org.apache.mrql.MR_float
 
set(int) - Method in class org.apache.mrql.MR_int
 
set(int) - Method in class org.apache.mrql.MR_int
 
set(long) - Method in class org.apache.mrql.MR_long
 
set(long) - Method in class org.apache.mrql.MR_long
 
set(short) - Method in class org.apache.mrql.MR_short
 
set(short) - Method in class org.apache.mrql.MR_short
 
set(String) - Method in class org.apache.mrql.MR_string
 
set(String) - Method in class org.apache.mrql.MR_string
 
set(MRData) - Method in class org.apache.mrql.MRContainer
 
set(MRData) - Method in class org.apache.mrql.MRContainer
 
set(int, MRData, MRData) - Method in class org.apache.mrql.Tuple
replace the i'th element of a tuple with new data and return a new value
set(int, MRData) - Method in class org.apache.mrql.Tuple
replace the i'th element of a tuple with new data
set(int, MRData, MRData) - Method in class org.apache.mrql.Tuple
replace the i'th element of a tuple with new data and return a new value
set(int, MRData) - Method in class org.apache.mrql.Tuple
replace the i'th element of a tuple with new data
set_global_bindings(Environment) - Static method in class org.apache.mrql.Interpreter
 
setCache(int, MRData, MRData) - Static method in class org.apache.mrql.MapReduceAlgebra
set the cache element at location loc to value and return ret
setCache(int, MRData, MRData) - Static method in class org.apache.mrql.MapReduceAlgebra
set the cache element at location loc to value and return ret
setCache(int, MRData, MRData) - Static method in class org.apache.mrql.Plan
set the cache element at location loc to value and return ret
setCache(int, MRData, MRData) - Static method in class org.apache.mrql.Plan
set the cache element at location loc to value and return ret
SHARP - Static variable in class org.apache.mrql.sym
 
SHORT - Static variable in class org.apache.mrql.MRContainer
 
SHORT - Static variable in class org.apache.mrql.MRContainer
 
shutdown(Configuration) - Method in class org.apache.mrql.Evaluator
shutdown the evaluator
shutdown(Configuration) - Method in class org.apache.mrql.Evaluator
shutdown the evaluator
signature(int) - Static method in class org.apache.mrql.ClassImporter
 
signature(int) - Static method in class org.apache.mrql.ClassImporter
 
signature - Variable in class org.apache.mrql.MethodInfo
 
signature - Variable in class org.apache.mrql.MethodInfo
 
Simplification - Class in org.apache.mrql
simplify algebraic forms using heuristic rewriting rules that improve performance in most cases
Simplification() - Constructor for class org.apache.mrql.Simplification
 
simplify(Tree) - Static method in class org.apache.mrql.Simplification
Algebraic normalization (algebra to algebra)
simplify_all(Tree) - Static method in class org.apache.mrql.Simplification
Algebraic normalization (algebra to algebra) applied multiple times
sin(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
sin(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
size() - Method in class org.apache.mrql.Bag
return the Bag size (cache it in memory if necessary)
size() - Method in class org.apache.mrql.Bag
return the Bag size (cache it in memory if necessary)
size(Configuration) - Method in class org.apache.mrql.DataSet
dataset size in bytes
size(Configuration) - Method in class org.apache.mrql.DataSet
dataset size in bytes
size(Configuration) - Method in class org.apache.mrql.DataSource
data set size in bytes
size(Configuration) - Method in class org.apache.mrql.DataSource
data set size in bytes
size(Path, Configuration) - Static method in class org.apache.mrql.GeneratorDataSource
 
size(Path, Configuration) - Static method in class org.apache.mrql.GeneratorDataSource
 
size(DataSet) - Static method in class org.apache.mrql.Plan
return the data set size in bytes
size(DataSet) - Static method in class org.apache.mrql.Plan
return the data set size in bytes
size() - Method in class org.apache.mrql.Tuple
the number of elements in the tuple
size() - Method in class org.apache.mrql.Tuple
the number of elements in the tuple
skip() - Method in class org.apache.mrql.JsonSplitter
skip until the beginning of a split element
skip() - Method in class org.apache.mrql.JsonSplitter
skip until the beginning of a split element
skip() - Method in class org.apache.mrql.XMLSplitter
skip until the beginning of a split element
skip() - Method in class org.apache.mrql.XMLSplitter
skip until the beginning of a split element
slice() - Method in class org.apache.mrql.JsonFormatParser
 
slice() - Method in class org.apache.mrql.JsonFormatParser
 
slice() - Method in class org.apache.mrql.LineParser
 
slice() - Method in interface org.apache.mrql.Parser
 
slice() - Method in interface org.apache.mrql.Parser
 
slice() - Method in class org.apache.mrql.XMLParser
 
slice() - Method in class org.apache.mrql.XMLParser
 
SOME - Static variable in class org.apache.mrql.sym
 
some(Bag) - Static method in class org.apache.mrql.SystemFunctions
 
some(Bag) - Static method in class org.apache.mrql.SystemFunctions
 
sort() - Method in class org.apache.mrql.Bag
sort the Bag (cache it in memory if necessary).
sort() - Method in class org.apache.mrql.Bag
sort the Bag (cache it in memory if necessary).
source - Variable in class org.apache.mrql.DataSet
 
source - Variable in class org.apache.mrql.DataSet
 
source_num - Variable in class org.apache.mrql.DataSource
 
source_num - Variable in class org.apache.mrql.DataSource
 
spark_mode - Static variable in class org.apache.mrql.Config
 
spark_mode - Static variable in class org.apache.mrql.Config
 
spilled() - Method in class org.apache.mrql.Bag
is the Bag spilled into a file?
spilled() - Method in class org.apache.mrql.Bag
is the Bag spilled into a file?
splitter - Variable in class org.apache.mrql.JsonFormatParser
 
splitter - Variable in class org.apache.mrql.JsonFormatParser
 
splitter - Variable in class org.apache.mrql.XMLParser
 
splitter - Variable in class org.apache.mrql.XMLParser
 
sqrt(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
sqrt(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
st - Static variable in class org.apache.mrql.Translator
used in pattern compilation and variable renaming
stack - Variable in class org.apache.mrql.XPathParser.MRDataHandler
 
stack - Variable in class org.apache.mrql.XPathParser.MRDataHandler
 
start - Variable in class org.apache.mrql.JsonSplitter
 
start - Variable in class org.apache.mrql.JsonSplitter
 
start - Variable in class org.apache.mrql.LineParser
 
start - Variable in class org.apache.mrql.XMLSplitter
 
start - Variable in class org.apache.mrql.XMLSplitter
 
start() - Method in class org.apache.mrql.XPathParser.MRDataHandler
 
start() - Method in class org.apache.mrql.XPathParser.MRDataHandler
 
start_production() - Method in class org.apache.mrql.JSONParser
Indicates start production.
start_production() - Method in class org.apache.mrql.MRQLParser
Indicates start production.
start_state() - Method in class org.apache.mrql.JSONParser
Indicates start state.
start_state() - Method in class org.apache.mrql.MRQLParser
Indicates start state.
start_tagname - Variable in class org.apache.mrql.XMLSplitter
 
start_tagname - Variable in class org.apache.mrql.XMLSplitter
 
START_TEMPLATE - Static variable in class org.apache.mrql.sym
 
startDocument() - Method in class org.apache.mrql.XPathParser.Equals
 
startDocument() - Method in class org.apache.mrql.XPathParser.Equals
 
startDocument() - Method in class org.apache.mrql.XPathParser.MRDataHandler
 
startDocument() - Method in class org.apache.mrql.XPathParser.MRDataHandler
 
startDocument() - Method in class org.apache.mrql.XPathParser.Predicate
 
startDocument() - Method in class org.apache.mrql.XPathParser.Predicate
 
startDocument() - Method in class org.apache.mrql.XPathParser.Print
 
startDocument() - Method in class org.apache.mrql.XPathParser.Print
 
startDocument() - Method in class org.apache.mrql.XPathParser.XPathHandler
 
startDocument() - Method in class org.apache.mrql.XPathParser.XPathHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.mrql.XPathParser.Attribute
 
startElement(String, String, String, Attributes) - Method in class org.apache.mrql.XPathParser.Attribute
 
startElement(String, String, String, Attributes) - Method in class org.apache.mrql.XPathParser.Child
 
startElement(String, String, String, Attributes) - Method in class org.apache.mrql.XPathParser.Child
 
startElement(String, String, String, Attributes) - Method in class org.apache.mrql.XPathParser.Descendant
 
startElement(String, String, String, Attributes) - Method in class org.apache.mrql.XPathParser.Descendant
 
startElement(String, String, String, Attributes) - Method in class org.apache.mrql.XPathParser.Equals
 
startElement(String, String, String, Attributes) - Method in class org.apache.mrql.XPathParser.Equals
 
startElement(String, String, String, Attributes) - Method in class org.apache.mrql.XPathParser.Materialize
 
startElement(String, String, String, Attributes) - Method in class org.apache.mrql.XPathParser.Materialize
 
startElement(String, String, String, Attributes) - Method in class org.apache.mrql.XPathParser.MRDataHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.mrql.XPathParser.MRDataHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.mrql.XPathParser.Predicate
 
startElement(String, String, String, Attributes) - Method in class org.apache.mrql.XPathParser.Predicate
 
startElement(String, String, String, Attributes) - Method in class org.apache.mrql.XPathParser.Print
 
startElement(String, String, String, Attributes) - Method in class org.apache.mrql.XPathParser.Print
 
startElement(String, String, String, Attributes) - Method in class org.apache.mrql.XPathParser.SimpleDescendant
 
startElement(String, String, String, Attributes) - Method in class org.apache.mrql.XPathParser.SimpleDescendant
 
startElement(String, String, String, Attributes) - Method in class org.apache.mrql.XPathParser.XPathHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.mrql.XPathParser.XPathHandler
 
startPredicate(int) - Method in class org.apache.mrql.XPathParser.Equals
 
startPredicate(int) - Method in class org.apache.mrql.XPathParser.Equals
 
startPredicate(int) - Method in class org.apache.mrql.XPathParser.Materialize
 
startPredicate(int) - Method in class org.apache.mrql.XPathParser.Materialize
 
startPredicate(int) - Method in class org.apache.mrql.XPathParser.Predicate
 
startPredicate(int) - Method in class org.apache.mrql.XPathParser.Predicate
 
startPredicate(int) - Method in class org.apache.mrql.XPathParser.XPathHandler
start a new predicate
startPredicate(int) - Method in class org.apache.mrql.XPathParser.XPathHandler
start a new predicate
STEP - Static variable in class org.apache.mrql.sym
 
store() - Method in class org.apache.mrql.JsonSplitter
store one split element into the buffer; may cross split boundaries
store() - Method in class org.apache.mrql.JsonSplitter
store one split element into the buffer; may cross split boundaries
STORE - Static variable in class org.apache.mrql.sym
 
store(String, Tree) - Static method in class org.apache.mrql.TopLevel
handle the assignment v:=e
store() - Method in class org.apache.mrql.XMLSplitter
store one split element into the buffer; may cross split boundaries
store() - Method in class org.apache.mrql.XMLSplitter
store one split element into the buffer; may cross split boundaries
streamed() - Method in class org.apache.mrql.Bag
is the Bag stream-based?
streamed() - Method in class org.apache.mrql.Bag
is the Bag stream-based?
streamed_MapReduce2_reducer(Tree) - Static method in class org.apache.mrql.PlanGeneration
can we process the first arg of the MapReducer2 reducer (a bag) as a stream?
streamed_MapReduce_reducer(Tree) - Static method in class org.apache.mrql.PlanGeneration
can we process the second arg of the MapReducer reducer (a bag) as a stream?
STRING - Static variable in class org.apache.mrql.jsym
 
STRING - Static variable in class org.apache.mrql.MRContainer
 
STRING - Static variable in class org.apache.mrql.MRContainer
 
String - Static variable in class org.apache.mrql.sym
 
string(MRData) - Static method in class org.apache.mrql.SystemFunctions
 
string(MRData) - Static method in class org.apache.mrql.SystemFunctions
 
subst(Tree, Tree, Tree) - Static method in class org.apache.mrql.Translator
replace all occurences of from_expr in expr with to_expr
subst_list(Tree, Tree, Trees) - Static method in class org.apache.mrql.Translator
replace all occurences of from_expr in el with to_expr
subst_var(Tree, Tree, Tree) - Static method in class org.apache.mrql.Translator
replace all occurences of var in expr with to_expr only if to_expr is pure or it is used once only
substring(MR_string, MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
substring(MR_string, MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
subtype(String, String) - Static method in class org.apache.mrql.TypeInference
is the collection type name S a subtype of that of T? List \lt Bag \lt bag and List \lt list \lt bag
subtype(Tree, Tree) - Static method in class org.apache.mrql.TypeInference
is the type tx a subtype of type ty?
subtype(Trees, Trees) - Static method in class org.apache.mrql.TypeInference
 
suspended - Variable in class org.apache.mrql.XPathParser.Equals
 
suspended - Variable in class org.apache.mrql.XPathParser.Equals
 
sym - Class in org.apache.mrql
CUP generated class containing symbol constants.
sym() - Constructor for class org.apache.mrql.sym
 
symbol(int) - Static method in class org.apache.mrql.JSONLex
 
symbol(int, Object) - Static method in class org.apache.mrql.JSONLex
 
symbol(int) - Method in class org.apache.mrql.MRQLLex
 
symbol(int, Object) - Method in class org.apache.mrql.MRQLLex
 
SYNC - Static variable in class org.apache.mrql.MRContainer
 
SYNC - Static variable in class org.apache.mrql.MRContainer
 
synchronize(MR_string, MR_bool) - Method in class org.apache.mrql.Evaluator
synchronize peers in BSP mode
synchronize(MR_string, MR_bool) - Method in class org.apache.mrql.Evaluator
synchronize peers in BSP mode
synchronize(MR_string, MR_bool) - Static method in class org.apache.mrql.SystemFunctions
 
synchronize(MR_string, MR_bool) - Static method in class org.apache.mrql.SystemFunctions
 
syntax_error(Symbol) - Method in class org.apache.mrql.MRQLParser
 
SystemFunctions - Class in org.apache.mrql
System functions must be from MRData to MRData
SystemFunctions - Class in org.apache.mrql
System functions must be from MRData to MRData
SystemFunctions() - Constructor for class org.apache.mrql.SystemFunctions
 
SystemFunctions() - Constructor for class org.apache.mrql.SystemFunctions
 

T

tab_count - Static variable in class org.apache.mrql.Interpreter
 
tabs(int) - Static method in class org.apache.mrql.Interpreter
 
tag(Union) - Static method in class org.apache.mrql.SystemFunctions
 
tag(Union) - Static method in class org.apache.mrql.SystemFunctions
 
tag() - Method in class org.apache.mrql.Union
 
tag() - Method in class org.apache.mrql.Union
 
tagname - Variable in class org.apache.mrql.XMLSplitter
 
tagname - Variable in class org.apache.mrql.XMLSplitter
 
tagname - Variable in class org.apache.mrql.XPathParser.Child
 
tagname - Variable in class org.apache.mrql.XPathParser.Child
 
tagname - Variable in class org.apache.mrql.XPathParser.Descendant
 
tagname - Variable in class org.apache.mrql.XPathParser.Descendant
 
tagname - Variable in class org.apache.mrql.XPathParser.SimpleDescendant
 
tagname - Variable in class org.apache.mrql.XPathParser.SimpleDescendant
 
tags - Variable in class org.apache.mrql.JsonFormatParser
 
tags - Variable in class org.apache.mrql.JsonFormatParser
 
tags - Variable in class org.apache.mrql.JsonSplitter
 
tags - Variable in class org.apache.mrql.JsonSplitter
 
tags - Variable in class org.apache.mrql.XMLParser
 
tags - Variable in class org.apache.mrql.XMLParser
 
tags - Variable in class org.apache.mrql.XMLSplitter
 
tags - Variable in class org.apache.mrql.XMLSplitter
 
tan(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
tan(MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
TEMPLATE - Static variable in class org.apache.mrql.MRQLLex
lexical states
template - Static variable in class org.apache.mrql.MRQLLex
 
template(Tree) - Static method in class org.apache.mrql.Translator
used in the MRQL parser to handle templates
temporary_paths - Static variable in class org.apache.mrql.Plan
 
temporary_paths - Static variable in class org.apache.mrql.Plan
 
Test - Class in org.apache.mrql
Test all the MRQL test queries
Test - Class in org.apache.mrql
Test all the MRQL test queries
Test() - Constructor for class org.apache.mrql.Test
 
Test() - Constructor for class org.apache.mrql.Test
 
test_out - Static variable in class org.apache.mrql.Test
 
test_out - Static variable in class org.apache.mrql.Test
 
testing - Static variable in class org.apache.mrql.Config
 
testing - Static variable in class org.apache.mrql.Config
 
text() - Method in class org.apache.mrql.JSONLex
 
TEXT - Static variable in class org.apache.mrql.sym
 
text(Union) - Static method in class org.apache.mrql.SystemFunctions
 
text(Bag) - Static method in class org.apache.mrql.SystemFunctions
 
text(Union) - Static method in class org.apache.mrql.SystemFunctions
 
text(Bag) - Static method in class org.apache.mrql.SystemFunctions
 
THEN - Static variable in class org.apache.mrql.sym
 
TIMES - Static variable in class org.apache.mrql.sym
 
times(MR_short, MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
times(MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
times(MR_long, MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
times(MR_float, MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
times(MR_double, MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
times(MR_short, MR_short) - Static method in class org.apache.mrql.SystemFunctions
 
times(MR_int, MR_int) - Static method in class org.apache.mrql.SystemFunctions
 
times(MR_long, MR_long) - Static method in class org.apache.mrql.SystemFunctions
 
times(MR_float, MR_float) - Static method in class org.apache.mrql.SystemFunctions
 
times(MR_double, MR_double) - Static method in class org.apache.mrql.SystemFunctions
 
tmp_dir - Static variable in class org.apache.mrql.Compiler
 
tmpDirectory - Static variable in class org.apache.mrql.Config
 
tmpDirectory - Static variable in class org.apache.mrql.Config
 
to_be_merged - Variable in class org.apache.mrql.DataSource
 
to_be_merged - Variable in class org.apache.mrql.DataSource
 
toBool(MR_string) - Static method in class org.apache.mrql.SystemFunctions
 
toBool(MR_string) - Static method in class org.apache.mrql.SystemFunctions
 
toDouble(MR_string) - Static method in class org.apache.mrql.SystemFunctions
 
toDouble(MR_string) - Static method in class org.apache.mrql.SystemFunctions
 
toFloat(MR_string) - Static method in class org.apache.mrql.SystemFunctions
 
toFloat(MR_string) - Static method in class org.apache.mrql.SystemFunctions
 
toInt(MR_string) - Static method in class org.apache.mrql.SystemFunctions
 
toInt(MR_string) - Static method in class org.apache.mrql.SystemFunctions
 
token_names - Static variable in class org.apache.mrql.MRQLParser
 
tokens - Static variable in class org.apache.mrql.MRQLParser
 
toLong(MR_string) - Static method in class org.apache.mrql.SystemFunctions
 
toLong(MR_string) - Static method in class org.apache.mrql.SystemFunctions
 
top - Variable in class org.apache.mrql.XPathParser.Equals
 
top - Variable in class org.apache.mrql.XPathParser.Equals
 
top - Variable in class org.apache.mrql.XPathParser.Materialize
 
top - Variable in class org.apache.mrql.XPathParser.Materialize
 
top_level(Tree) - Static method in class org.apache.mrql.Translator
the MRQL top-level interfacse to evaluate a single MRQL expression or command
TopLevel - Class in org.apache.mrql
Provides the API for compilation/code-generation
TopLevel() - Constructor for class org.apache.mrql.TopLevel
 
toShort(MR_string) - Static method in class org.apache.mrql.SystemFunctions
 
toShort(MR_string) - Static method in class org.apache.mrql.SystemFunctions
 
toString() - Method in class org.apache.mrql.Bag
show the first few Bag elements (controlled by -bag_print)
toString() - Method in class org.apache.mrql.Bag
show the first few Bag elements (controlled by -bag_print)
toString() - Method in class org.apache.mrql.BinaryDataSource
 
toString() - Method in class org.apache.mrql.BinaryDataSource
 
toString() - Method in class org.apache.mrql.DataSet
 
toString() - Method in class org.apache.mrql.DataSet
 
toString() - Method in class org.apache.mrql.DataSource.DataSourceDirectory
 
toString() - Method in class org.apache.mrql.DataSource.DataSourceDirectory
 
toString() - Method in class org.apache.mrql.GeneratorDataSource
 
toString() - Method in class org.apache.mrql.GeneratorDataSource
 
toString() - Method in class org.apache.mrql.Inv
 
toString() - Method in class org.apache.mrql.Inv
 
toString() - Method in class org.apache.mrql.MR_bool
 
toString() - Method in class org.apache.mrql.MR_bool
 
toString() - Method in class org.apache.mrql.MR_byte
 
toString() - Method in class org.apache.mrql.MR_byte
 
toString() - Method in class org.apache.mrql.MR_char
 
toString() - Method in class org.apache.mrql.MR_char
 
toString() - Method in class org.apache.mrql.MR_double
 
toString() - Method in class org.apache.mrql.MR_double
 
toString() - Method in class org.apache.mrql.MR_float
 
toString() - Method in class org.apache.mrql.MR_float
 
toString() - Method in class org.apache.mrql.MR_int
 
toString() - Method in class org.apache.mrql.MR_int
 
toString() - Method in class org.apache.mrql.MR_long
 
toString() - Method in class org.apache.mrql.MR_long
 
toString() - Method in class org.apache.mrql.MR_more_bsp_steps
 
toString() - Method in class org.apache.mrql.MR_more_bsp_steps
 
toString() - Method in class org.apache.mrql.MR_short
 
toString() - Method in class org.apache.mrql.MR_short
 
toString() - Method in class org.apache.mrql.MR_string
 
toString() - Method in class org.apache.mrql.MR_string
 
toString() - Method in class org.apache.mrql.MR_sync
 
toString() - Method in class org.apache.mrql.MR_sync
 
toString() - Method in class org.apache.mrql.MR_variable
 
toString() - Method in class org.apache.mrql.MR_variable
 
toString() - Method in class org.apache.mrql.MRContainer.MR_EOLB
 
toString() - Method in class org.apache.mrql.MRContainer.MR_EOLB
 
toString() - Method in class org.apache.mrql.MRContainer
 
toString() - Method in class org.apache.mrql.MRContainer
 
toString() - Method in class org.apache.mrql.ParsedDataSource
 
toString() - Method in class org.apache.mrql.ParsedDataSource
 
toString() - Method in class org.apache.mrql.Tuple
 
toString() - Method in class org.apache.mrql.Tuple
 
toString() - Method in class org.apache.mrql.Union
 
toString() - Method in class org.apache.mrql.Union
 
toString() - Method in class org.apache.mrql.XPathParser.Attribute
 
toString() - Method in class org.apache.mrql.XPathParser.Attribute
 
toString() - Method in class org.apache.mrql.XPathParser.Child
 
toString() - Method in class org.apache.mrql.XPathParser.Child
 
toString() - Method in class org.apache.mrql.XPathParser.Descendant
 
toString() - Method in class org.apache.mrql.XPathParser.Descendant
 
toString() - Method in class org.apache.mrql.XPathParser.Equals
 
toString() - Method in class org.apache.mrql.XPathParser.Equals
 
toString() - Method in class org.apache.mrql.XPathParser.Materialize
 
toString() - Method in class org.apache.mrql.XPathParser.Materialize
 
toString() - Method in class org.apache.mrql.XPathParser.MRDataHandler
 
toString() - Method in class org.apache.mrql.XPathParser.MRDataHandler
 
toString() - Method in class org.apache.mrql.XPathParser.Predicate
 
toString() - Method in class org.apache.mrql.XPathParser.Predicate
 
toString() - Method in class org.apache.mrql.XPathParser.Print
 
toString() - Method in class org.apache.mrql.XPathParser.Print
 
toString() - Method in class org.apache.mrql.XPathParser.SimpleDescendant
 
toString() - Method in class org.apache.mrql.XPathParser.SimpleDescendant
 
trace - Static variable in class org.apache.mrql.Config
 
trace - Static variable in class org.apache.mrql.Config
 
trace_execution - Static variable in class org.apache.mrql.Config
 
trace_execution - Static variable in class org.apache.mrql.Config
 
trace_exp_execution - Static variable in class org.apache.mrql.Config
 
trace_exp_execution - Static variable in class org.apache.mrql.Config
 
trace_imported_methods - Static variable in class org.apache.mrql.ClassImporter
 
trace_imported_methods - Static variable in class org.apache.mrql.ClassImporter
 
transient_collection(String) - Static method in class org.apache.mrql.Translator
make this collection type a transient type stored in memory
translate(Tree) - Static method in class org.apache.mrql.AlgebraicOptimization
algebraic optimization (algebra to algebra)
translate_all(Tree) - Static method in class org.apache.mrql.AlgebraicOptimization
apply algebraic optimizations multiple times until no change
translate_expression(Tree) - Static method in class org.apache.mrql.Interpreter
translate an MRQL expression e into a physical plan
translate_select(Tree) - Static method in class org.apache.mrql.Translator
translate a simplified select MRQL query to an algebraic form
Translator - Class in org.apache.mrql
contains useful methods used by all stages of compilation and code generation
Translator() - Constructor for class org.apache.mrql.Translator
 
trim() - Method in class org.apache.mrql.Bag
trim the ArrayList that caches the Bag
trim() - Method in class org.apache.mrql.Bag
trim the ArrayList that caches the Bag
TRIPLE - Static variable in class org.apache.mrql.MRContainer
 
TRIPLE - Static variable in class org.apache.mrql.MRContainer
 
TRUE - Static variable in class org.apache.mrql.jsym
 
true_name - Static variable in class org.apache.mrql.Interpreter
 
true_value - Static variable in class org.apache.mrql.Interpreter
 
true_value - Static variable in class org.apache.mrql.SystemFunctions
 
true_value - Static variable in class org.apache.mrql.SystemFunctions
 
TUPLE - Static variable in class org.apache.mrql.MRContainer
 
TUPLE - Static variable in class org.apache.mrql.MRContainer
 
Tuple - Class in org.apache.mrql
a container for Tuples
Tuple - Class in org.apache.mrql
a container for Tuples
Tuple(int) - Constructor for class org.apache.mrql.Tuple
 
Tuple(MRData...) - Constructor for class org.apache.mrql.Tuple
 
Tuple(int) - Constructor for class org.apache.mrql.Tuple
 
Tuple(MRData...) - Constructor for class org.apache.mrql.Tuple
 
tuple - Variable in class org.apache.mrql.Tuple
 
tuple - Variable in class org.apache.mrql.Tuple
 
type() - Method in class org.apache.mrql.JsonFormatParser
 
type() - Method in class org.apache.mrql.JsonFormatParser
 
type - Variable in class org.apache.mrql.LineParser
 
type() - Method in class org.apache.mrql.LineParser
 
type() - Method in interface org.apache.mrql.Parser
 
type() - Method in interface org.apache.mrql.Parser
 
TYPE - Static variable in class org.apache.mrql.sym
 
type() - Method in class org.apache.mrql.XMLParser
 
type() - Method in class org.apache.mrql.XMLParser
 
type_code(String) - Static method in class org.apache.mrql.MRContainer
 
type_code(String) - Static method in class org.apache.mrql.MRContainer
 
type_codes - Static variable in class org.apache.mrql.MRContainer
 
type_codes - Static variable in class org.apache.mrql.MRContainer
 
type_env - Static variable in class org.apache.mrql.Translator
type environment that binds local variables to types
type_error(Tree, String) - Static method in class org.apache.mrql.TypeInference
 
type_inference(Tree) - Static method in class org.apache.mrql.TypeInference
infer the type of an expression
type_inference2(Tree) - Static method in class org.apache.mrql.TypeInference
infer the type of an expression and expand it if necessary
type_length - Variable in class org.apache.mrql.LineParser
 
type_names - Static variable in class org.apache.mrql.MRContainer
 
type_names - Static variable in class org.apache.mrql.MRContainer
 
type_names - Static variable in class org.apache.mrql.Translator
used in typedefs
TypeInference - Class in org.apache.mrql
the type inference/checker for MRQL expressions and algebraic forms
TypeInference() - Constructor for class org.apache.mrql.TypeInference
 
types - Variable in class org.apache.mrql.LineParser
 

U

UMINUS - Static variable in class org.apache.mrql.sym
 
unify(Tree, Tree) - Static method in class org.apache.mrql.TypeInference
pure-mans type-unification (the any type unifies with everything)
unify(Tree, Tree, Trees, Trees) - Static method in class org.apache.mrql.TypeInference
if the types tx and ty do not unify, try to coerce them
union(Bag) - Method in class org.apache.mrql.Bag
concatenate the elements of a given Bag to the elements of this Bag.
union(Bag) - Method in class org.apache.mrql.Bag
concatenate the elements of a given Bag to the elements of this Bag.
UNION - Static variable in class org.apache.mrql.MRContainer
 
UNION - Static variable in class org.apache.mrql.MRContainer
 
UNION - Static variable in class org.apache.mrql.sym
 
union(Bag, Bag) - Static method in class org.apache.mrql.SystemFunctions
 
union(Bag, Bag) - Static method in class org.apache.mrql.SystemFunctions
 
union(Trees, Trees) - Static method in class org.apache.mrql.Translator
 
Union - Class in org.apache.mrql
union values are tagged values, where tag is the descriminator
Union - Class in org.apache.mrql
union values are tagged values, where tag is the descriminator
Union(byte, MRData) - Constructor for class org.apache.mrql.Union
 
Union(byte, MRData) - Constructor for class org.apache.mrql.Union
 
unionM - Static variable in class org.apache.mrql.BSPTranslator
 
unionM - Static variable in class org.apache.mrql.Materialization
 
use_combiner - Static variable in class org.apache.mrql.Config
 
use_combiner - Static variable in class org.apache.mrql.Config
 

V

value - Variable in class org.apache.mrql.Environment
 
value - Variable in class org.apache.mrql.Environment
 
value() - Method in class org.apache.mrql.Inv
 
value() - Method in class org.apache.mrql.Inv
 
value() - Method in class org.apache.mrql.Union
 
value() - Method in class org.apache.mrql.Union
 
value - Variable in class org.apache.mrql.XPathParser.Equals
 
value - Variable in class org.apache.mrql.XPathParser.Equals
 
value() - Method in class org.apache.mrql.XPathParser.MRDataHandler
 
value() - Method in class org.apache.mrql.XPathParser.MRDataHandler
 
value_container - Static variable in class org.apache.mrql.Plan
 
value_container - Static variable in class org.apache.mrql.Plan
 
valueOf(String) - Static method in enum org.apache.mrql.Bag.Modes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.mrql.Bag.Modes
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.mrql.Bag.Modes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mrql.Bag.Modes
Returns an array containing the constants of this enum type, in the order they are declared.
var_num - Variable in class org.apache.mrql.MR_variable
 
var_num - Variable in class org.apache.mrql.MR_variable
 
VARIABLE - Static variable in class org.apache.mrql.MRContainer
 
VARIABLE - Static variable in class org.apache.mrql.MRContainer
 
Variable - Static variable in class org.apache.mrql.sym
 
variable_lookup(String, Environment) - Static method in class org.apache.mrql.Interpreter
retrieve variable binding
version - Static variable in class org.apache.mrql.Main
 
version - Static variable in class org.apache.mrql.Main
 

W

WHERE - Static variable in class org.apache.mrql.sym
 
wrapped_buffer - Variable in class org.apache.mrql.XPathParser.Cache
 
wrapped_buffer - Variable in class org.apache.mrql.XPathParser.Cache
 
write(DataOutput) - Method in class org.apache.mrql.Bag
the output serializer for Bag.
write(DataOutput) - Method in class org.apache.mrql.Bag
the output serializer for Bag.
write(Configuration) - Static method in class org.apache.mrql.Config
store the configuration parameters
write(Configuration) - Static method in class org.apache.mrql.Config
store the configuration parameters
write(DataOutput) - Method in class org.apache.mrql.Inv
 
write(DataOutput) - Method in class org.apache.mrql.Inv
 
write(DataOutput) - Method in class org.apache.mrql.Lambda
 
write(DataOutput) - Method in class org.apache.mrql.Lambda
 
write(DataOutput) - Method in class org.apache.mrql.MR_bool
 
write(DataOutput) - Method in class org.apache.mrql.MR_bool
 
write(DataOutput) - Method in class org.apache.mrql.MR_byte
 
write(DataOutput) - Method in class org.apache.mrql.MR_byte
 
write(DataOutput) - Method in class org.apache.mrql.MR_char
 
write(DataOutput) - Method in class org.apache.mrql.MR_char
 
write(DataOutput) - Method in class org.apache.mrql.MR_dataset
 
write(DataOutput) - Method in class org.apache.mrql.MR_dataset
 
write(DataOutput) - Method in class org.apache.mrql.MR_double
 
write(DataOutput) - Method in class org.apache.mrql.MR_double
 
write(DataOutput) - Method in class org.apache.mrql.MR_float
 
write(DataOutput) - Method in class org.apache.mrql.MR_float
 
write(DataOutput) - Method in class org.apache.mrql.MR_int
 
write(DataOutput) - Method in class org.apache.mrql.MR_int
 
write(DataOutput) - Method in class org.apache.mrql.MR_long
 
write(DataOutput) - Method in class org.apache.mrql.MR_long
 
write(DataOutput) - Method in class org.apache.mrql.MR_more_bsp_steps
 
write(DataOutput) - Method in class org.apache.mrql.MR_more_bsp_steps
 
write(DataOutput) - Method in class org.apache.mrql.MR_short
 
write(DataOutput) - Method in class org.apache.mrql.MR_short
 
write(DataOutput) - Method in class org.apache.mrql.MR_string
 
write(DataOutput) - Method in class org.apache.mrql.MR_string
 
write(DataOutput) - Method in class org.apache.mrql.MR_sync
 
write(DataOutput) - Method in class org.apache.mrql.MR_sync
 
write(DataOutput) - Method in class org.apache.mrql.MR_variable
 
write(DataOutput) - Method in class org.apache.mrql.MR_variable
 
write(DataOutput) - Method in class org.apache.mrql.MRContainer.MR_EOLB
 
write(DataOutput) - Method in class org.apache.mrql.MRContainer.MR_EOLB
 
write(DataOutput) - Method in class org.apache.mrql.MRContainer
 
write(DataOutput) - Method in class org.apache.mrql.MRContainer
 
write(DataOutput) - Method in class org.apache.mrql.Tuple
 
write(DataOutput) - Method in class org.apache.mrql.Tuple
 
write(DataOutput) - Method in class org.apache.mrql.Union
 
write(DataOutput) - Method in class org.apache.mrql.Union
 
writeObject(ObjectOutputStream) - Method in class org.apache.mrql.BagIterator
 
writeObject(ObjectOutputStream) - Method in class org.apache.mrql.BagIterator
 
writeObject(ObjectOutputStream) - Method in class org.apache.mrql.Function
 
writeObject(ObjectOutputStream) - Method in class org.apache.mrql.Function
 

X

xml_type - Static variable in class org.apache.mrql.TopLevel
 
XMLattribute(MR_string, Union) - Static method in class org.apache.mrql.SystemFunctions
 
XMLattribute(MR_string, Bag) - Static method in class org.apache.mrql.SystemFunctions
 
XMLattribute(MR_string, Union) - Static method in class org.apache.mrql.SystemFunctions
 
XMLattribute(MR_string, Bag) - Static method in class org.apache.mrql.SystemFunctions
 
XMLattributes(MR_string, Union) - Static method in class org.apache.mrql.SystemFunctions
 
XMLattributes(MR_string, Bag) - Static method in class org.apache.mrql.SystemFunctions
 
XMLattributes(MR_string, Union) - Static method in class org.apache.mrql.SystemFunctions
 
XMLattributes(MR_string, Bag) - Static method in class org.apache.mrql.SystemFunctions
 
XMLchildren(MR_string, Union) - Static method in class org.apache.mrql.SystemFunctions
 
XMLchildren(MR_string, Bag) - Static method in class org.apache.mrql.SystemFunctions
 
XMLchildren(MR_string, Union) - Static method in class org.apache.mrql.SystemFunctions
 
XMLchildren(MR_string, Bag) - Static method in class org.apache.mrql.SystemFunctions
 
XMLParser - Class in org.apache.mrql
An XML parser
XMLParser - Class in org.apache.mrql
An XML parser
XMLParser() - Constructor for class org.apache.mrql.XMLParser
 
XMLParser() - Constructor for class org.apache.mrql.XMLParser
 
xmlReader - Variable in class org.apache.mrql.XMLParser
 
xmlReader - Variable in class org.apache.mrql.XMLParser
 
XMLSplitter - Class in org.apache.mrql
Extract the XML elements tagged by tags from a data split of the input stream (fsin) and store them in a buffer (to be parsed by SAX).
XMLSplitter - Class in org.apache.mrql
Extract the XML elements tagged by tags from a data split of the input stream (fsin) and store them in a buffer (to be parsed by SAX).
XMLSplitter(String[], FSDataInputStream, long, long, DataOutputBuffer) - Constructor for class org.apache.mrql.XMLSplitter
 
XMLSplitter(String[], String, DataOutputBuffer) - Constructor for class org.apache.mrql.XMLSplitter
 
XMLSplitter(String[], FSDataInputStream, long, long, DataOutputBuffer) - Constructor for class org.apache.mrql.XMLSplitter
 
XMLSplitter(String[], String, DataOutputBuffer) - Constructor for class org.apache.mrql.XMLSplitter
 
XPATH - Static variable in class org.apache.mrql.sym
 
xpath - Variable in class org.apache.mrql.XMLParser
 
xpath - Variable in class org.apache.mrql.XMLParser
 
XPathParser - Class in org.apache.mrql
Compiles XPath queries to SAX pipelines
XPathParser - Class in org.apache.mrql
Compiles XPath queries to SAX pipelines
XPathParser(Tree) - Constructor for class org.apache.mrql.XPathParser
 
XPathParser(Tree) - Constructor for class org.apache.mrql.XPathParser
 
XPathParser.Attribute - Class in org.apache.mrql
return the attribute value of the current nodes that have the given attribute name
XPathParser.Attribute - Class in org.apache.mrql
return the attribute value of the current nodes that have the given attribute name
XPathParser.Attribute(String, XPathParser.XPathHandler) - Constructor for class org.apache.mrql.XPathParser.Attribute
 
XPathParser.Attribute(String, XPathParser.XPathHandler) - Constructor for class org.apache.mrql.XPathParser.Attribute
 
XPathParser.Cache - Class in org.apache.mrql
A growable buffer for storing events as byte sequences
XPathParser.Cache - Class in org.apache.mrql
A growable buffer for storing events as byte sequences
XPathParser.Cache() - Constructor for class org.apache.mrql.XPathParser.Cache
 
XPathParser.Cache() - Constructor for class org.apache.mrql.XPathParser.Cache
 
XPathParser.Child - Class in org.apache.mrql
return the children of the current nodes that have the given tagname
XPathParser.Child - Class in org.apache.mrql
return the children of the current nodes that have the given tagname
XPathParser.Child(String, XPathParser.XPathHandler) - Constructor for class org.apache.mrql.XPathParser.Child
 
XPathParser.Child(String, XPathParser.XPathHandler) - Constructor for class org.apache.mrql.XPathParser.Child
 
XPathParser.Descendant - Class in org.apache.mrql
As efficient as SimpleDescendant when there are no nested elements with the same tagname.
XPathParser.Descendant - Class in org.apache.mrql
As efficient as SimpleDescendant when there are no nested elements with the same tagname.
XPathParser.Descendant(String, XPathParser.XPathHandler) - Constructor for class org.apache.mrql.XPathParser.Descendant
 
XPathParser.Descendant(String, XPathParser.XPathHandler) - Constructor for class org.apache.mrql.XPathParser.Descendant
 
XPathParser.Equals - Class in org.apache.mrql
generate a releasePredicate signal if the content of the input node is equal to text
XPathParser.Equals - Class in org.apache.mrql
generate a releasePredicate signal if the content of the input node is equal to text
XPathParser.Equals(int, String, XPathParser.XPathHandler) - Constructor for class org.apache.mrql.XPathParser.Equals
 
XPathParser.Equals(int, String, XPathParser.XPathHandler) - Constructor for class org.apache.mrql.XPathParser.Equals
 
XPathParser.Materialize - Class in org.apache.mrql
Remove the start/end/releasePredicate events by storing some events in a buffer, when necessary
XPathParser.Materialize - Class in org.apache.mrql
Remove the start/end/releasePredicate events by storing some events in a buffer, when necessary
XPathParser.Materialize(XPathParser.XPathHandler) - Constructor for class org.apache.mrql.XPathParser.Materialize
 
XPathParser.Materialize(XPathParser.XPathHandler) - Constructor for class org.apache.mrql.XPathParser.Materialize
 
XPathParser.MRDataHandler - Class in org.apache.mrql
Converts the SAX data stream to MRData
XPathParser.MRDataHandler - Class in org.apache.mrql
Converts the SAX data stream to MRData
XPathParser.MRDataHandler() - Constructor for class org.apache.mrql.XPathParser.MRDataHandler
 
XPathParser.MRDataHandler() - Constructor for class org.apache.mrql.XPathParser.MRDataHandler
 
XPathParser.Predicate - Class in org.apache.mrql
propagates all input signals to both next and condition streams but wraps each top-level element in the next stream with start/end Condition signals
XPathParser.Predicate - Class in org.apache.mrql
propagates all input signals to both next and condition streams but wraps each top-level element in the next stream with start/end Condition signals
XPathParser.Predicate(int, XPathParser.XPathHandler, XPathParser.XPathHandler) - Constructor for class org.apache.mrql.XPathParser.Predicate
 
XPathParser.Predicate(int, XPathParser.XPathHandler, XPathParser.XPathHandler) - Constructor for class org.apache.mrql.XPathParser.Predicate
 
XPathParser.Print - Class in org.apache.mrql
The end of the pipeline: Print the SAX stream to the output
XPathParser.Print - Class in org.apache.mrql
The end of the pipeline: Print the SAX stream to the output
XPathParser.Print() - Constructor for class org.apache.mrql.XPathParser.Print
 
XPathParser.Print() - Constructor for class org.apache.mrql.XPathParser.Print
 
XPathParser.SimpleDescendant - Class in org.apache.mrql
Return the descendants of the current nodes that have the given tagname.
XPathParser.SimpleDescendant - Class in org.apache.mrql
Return the descendants of the current nodes that have the given tagname.
XPathParser.SimpleDescendant(String, XPathParser.XPathHandler) - Constructor for class org.apache.mrql.XPathParser.SimpleDescendant
 
XPathParser.SimpleDescendant(String, XPathParser.XPathHandler) - Constructor for class org.apache.mrql.XPathParser.SimpleDescendant
 
XPathParser.XPathHandler - Class in org.apache.mrql
a SAX handler to form XPath pipelines
XPathParser.XPathHandler - Class in org.apache.mrql
a SAX handler to form XPath pipelines
XPathParser.XPathHandler(XPathParser.XPathHandler) - Constructor for class org.apache.mrql.XPathParser.XPathHandler
 
XPathParser.XPathHandler(XPathParser.XPathHandler) - Constructor for class org.apache.mrql.XPathParser.XPathHandler
 

Y

yybegin(int) - Method in class org.apache.mrql.JSONLex
Enters a new lexical state
yybegin(int) - Method in class org.apache.mrql.MRQLLex
Enters a new lexical state
yycharat(int) - Method in class org.apache.mrql.JSONLex
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.apache.mrql.MRQLLex
Returns the character at position pos from the matched text.
yyclose() - Method in class org.apache.mrql.JSONLex
Closes the input stream.
yyclose() - Method in class org.apache.mrql.MRQLLex
Closes the input stream.
YYEOF - Static variable in class org.apache.mrql.JSONLex
This character denotes the end of file
YYEOF - Static variable in class org.apache.mrql.MRQLLex
This character denotes the end of file
YYINITIAL - Static variable in class org.apache.mrql.JSONLex
lexical states
YYINITIAL - Static variable in class org.apache.mrql.MRQLLex
 
yylength() - Method in class org.apache.mrql.JSONLex
Returns the length of the matched text region.
yylength() - Method in class org.apache.mrql.MRQLLex
Returns the length of the matched text region.
yypushback(int) - Method in class org.apache.mrql.JSONLex
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.apache.mrql.MRQLLex
Pushes the specified amount of characters back into the input stream.
yyreset(Reader) - Method in class org.apache.mrql.JSONLex
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.apache.mrql.MRQLLex
Resets the scanner to read from a new input stream.
yystate() - Method in class org.apache.mrql.JSONLex
Returns the current lexical state.
yystate() - Method in class org.apache.mrql.MRQLLex
Returns the current lexical state.
yytext() - Method in class org.apache.mrql.JSONLex
Returns the text matched by the current regular expression.
yytext() - Method in class org.apache.mrql.MRQLLex
Returns the text matched by the current regular expression.

_

_action_table - Static variable in class org.apache.mrql.JSONParser
Parse-action table.
_action_table - Static variable in class org.apache.mrql.MRQLParser
Parse-action table.
_production_table - Static variable in class org.apache.mrql.JSONParser
Production table.
_production_table - Static variable in class org.apache.mrql.MRQLParser
Production table.
_reduce_table - Static variable in class org.apache.mrql.JSONParser
reduce_goto table.
_reduce_table - Static variable in class org.apache.mrql.MRQLParser
reduce_goto table.
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 

Copyright © 2013 The Apache Software Foundation. All rights reserved.