Skip navigation links
A C D E F G H I M O P R S T V 

A

addFunction(StringBuilder, String, Class) - Static method in class org.apache.calcite.adapter.os.SqlShell
 
addView(StringBuilder, String, String) - Static method in class org.apache.calcite.adapter.os.SqlShell
 
args - Variable in class org.apache.calcite.adapter.os.Processes.ProcessFactory
 
args - Variable in class org.apache.calcite.adapter.os.SqlShell
 
asQueryable(QueryProvider, SchemaPlus, String) - Method in class org.apache.calcite.adapter.tpcds.TpcdsSchema.TpcdsQueryableTable
 
asQueryable(QueryProvider, SchemaPlus, String) - Method in class org.apache.calcite.adapter.tpch.TpchSchema.TpchQueryableTable
 

C

columnPrefix - Variable in class org.apache.calcite.adapter.tpch.TpchSchema
 
columnPrefixes - Variable in class org.apache.calcite.adapter.tpch.TpchSchema
 
create(SchemaPlus, String, Map<String, Object>) - Method in class org.apache.calcite.adapter.tpcds.TpcdsSchemaFactory
 
create(SchemaPlus, String, Map<String, Object>) - Method in class org.apache.calcite.adapter.tpch.TpchSchemaFactory
 

D

DuTableFunction - Class in org.apache.calcite.adapter.os
Table function that executes the OS "du" ("disk usage") command to compute file sizes.
DuTableFunction() - Constructor for class org.apache.calcite.adapter.os.DuTableFunction
 

E

enumerator() - Method in class org.apache.calcite.adapter.os.Processes.ProcessLinesEnumerator
 
enumerator() - Method in class org.apache.calcite.adapter.os.Processes.SeparatedLinesEnumerable
 
err - Variable in class org.apache.calcite.adapter.os.SqlShell
 
eval(boolean) - Static method in class org.apache.calcite.adapter.os.DuTableFunction
 
eval(String) - Static method in class org.apache.calcite.adapter.os.FilesTableFunction
Evaluates the function.
eval(boolean) - Static method in class org.apache.calcite.adapter.os.GitCommitsTableFunction
 
eval(boolean) - Static method in class org.apache.calcite.adapter.os.PsTableFunction
 
eval(boolean) - Static method in class org.apache.calcite.adapter.os.StdinTableFunction
 
eval(boolean) - Static method in class org.apache.calcite.adapter.os.VmstatTableFunction
 

F

FilesTableFunction - Class in org.apache.calcite.adapter.os
Table function that executes the OS "find" command to find files under a particular path.
FilesTableFunction() - Constructor for class org.apache.calcite.adapter.os.FilesTableFunction
 
Format() - Constructor for enum org.apache.calcite.adapter.os.SqlShell.Format
 

G

get() - Method in class org.apache.calcite.adapter.os.Processes.ProcessFactory
 
getRowType(RelDataTypeFactory) - Method in class org.apache.calcite.adapter.tpcds.TpcdsSchema.TpcdsQueryableTable
 
getRowType(RelDataTypeFactory) - Method in class org.apache.calcite.adapter.tpch.TpchSchema.TpchQueryableTable
 
getStatistic() - Method in class org.apache.calcite.adapter.tpcds.TpcdsSchema.TpcdsQueryableTable
 
getTableMap() - Method in class org.apache.calcite.adapter.tpcds.TpcdsSchema
 
getTableMap() - Method in class org.apache.calcite.adapter.tpch.TpchSchema
 
GitCommitsTableFunction - Class in org.apache.calcite.adapter.os
Table function that executes the OS "git log" command to discover git commits.
GitCommitsTableFunction() - Constructor for class org.apache.calcite.adapter.os.GitCommitsTableFunction
 

H

HOUR_MINUTE_SECOND_PATTERN - Static variable in class org.apache.calcite.adapter.os.PsTableFunction
 

I

in - Variable in class org.apache.calcite.adapter.os.SqlShell
 

M

main(String[]) - Static method in class org.apache.calcite.adapter.os.SqlShell
Main entry point.
MINUTE_SECOND_MILLIS_PATTERN - Static variable in class org.apache.calcite.adapter.os.PsTableFunction
 
MODEL - Static variable in class org.apache.calcite.adapter.os.SqlShell
 
model() - Static method in class org.apache.calcite.adapter.os.SqlShell
 

O

OFF - Static variable in class org.apache.calcite.adapter.os.GitCommitsTableFunction
An example of the offset at the end of author and committer fields.
org.apache.calcite.adapter.os - package org.apache.calcite.adapter.os
The OS adapter contains various table functions that let you query data sources in your operating system and environment.
org.apache.calcite.adapter.tpcds - package org.apache.calcite.adapter.tpcds
TPC-DS schema.
org.apache.calcite.adapter.tpch - package org.apache.calcite.adapter.tpch
TPC-H schema.
out - Variable in class org.apache.calcite.adapter.os.SqlShell
 
output(PrintWriter, ResultSet) - Method in enum org.apache.calcite.adapter.os.SqlShell.Format
 

P

part - Variable in class org.apache.calcite.adapter.tpcds.TpcdsSchema
 
part - Variable in class org.apache.calcite.adapter.tpch.TpchSchema
 
partCount - Variable in class org.apache.calcite.adapter.tpcds.TpcdsSchema
 
partCount - Variable in class org.apache.calcite.adapter.tpch.TpchSchema
 
Processes - Class in org.apache.calcite.adapter.os
Utilities regarding operating system processes.
Processes() - Constructor for class org.apache.calcite.adapter.os.Processes
 
Processes.ProcessFactory - Class in org.apache.calcite.adapter.os
Creates processes.
Processes.ProcessLinesEnumerator - Class in org.apache.calcite.adapter.os
Enumerator that executes a process and returns each line as an element.
Processes.SeparatedLinesEnumerable - Class in org.apache.calcite.adapter.os
Enumerator that executes a process and returns each line as an element.
ProcessFactory(String...) - Constructor for class org.apache.calcite.adapter.os.Processes.ProcessFactory
 
processLines(String...) - Static method in class org.apache.calcite.adapter.os.Processes
Executes a command and returns its result as an enumerable of lines.
processLines(char, String...) - Static method in class org.apache.calcite.adapter.os.Processes
Executes a command and returns its result as an enumerable of lines.
processLines(char, Supplier<Process>) - Static method in class org.apache.calcite.adapter.os.Processes
Executes a command and returns its result as an enumerable of lines.
ProcessLinesEnumerator(Supplier<Process>) - Constructor for class org.apache.calcite.adapter.os.Processes.ProcessLinesEnumerator
 
processSupplier - Variable in class org.apache.calcite.adapter.os.Processes.ProcessLinesEnumerator
 
processSupplier(String...) - Static method in class org.apache.calcite.adapter.os.Processes
 
processSupplier - Variable in class org.apache.calcite.adapter.os.Processes.SeparatedLinesEnumerable
 
PsTableFunction - Class in org.apache.calcite.adapter.os
Table function that executes the OS "ps" command to list processes.
PsTableFunction() - Constructor for class org.apache.calcite.adapter.os.PsTableFunction
 

R

realType(TpcdsColumn<E>) - Method in class org.apache.calcite.adapter.tpcds.TpcdsSchema.TpcdsQueryableTable
 
realType(TpchColumn<E>) - Method in class org.apache.calcite.adapter.tpch.TpchSchema.TpchQueryableTable
 
run() - Method in class org.apache.calcite.adapter.os.SqlShell
 

S

scaleFactor - Variable in class org.apache.calcite.adapter.tpcds.TpcdsSchema
 
scaleFactor - Variable in class org.apache.calcite.adapter.tpch.TpchSchema
 
sep - Variable in class org.apache.calcite.adapter.os.Processes.SeparatedLinesEnumerable
 
SeparatedLinesEnumerable(Supplier<Process>, char) - Constructor for class org.apache.calcite.adapter.os.Processes.SeparatedLinesEnumerable
 
SqlShell - Class in org.apache.calcite.adapter.os
Command that executes its arguments as a SQL query against Calcite's OS adapter.
SqlShell(InputStreamReader, PrintWriter, PrintWriter, String...) - Constructor for class org.apache.calcite.adapter.os.SqlShell
 
SqlShell.Format - Enum in org.apache.calcite.adapter.os
Output format.
StdinTableFunction - Class in org.apache.calcite.adapter.os
Table function that reads stdin and returns one row per line.
StdinTableFunction() - Constructor for class org.apache.calcite.adapter.os.StdinTableFunction
 

T

TABLE_ROW_COUNTS - Static variable in class org.apache.calcite.adapter.tpcds.TpcdsSchema
 
tableMap - Variable in class org.apache.calcite.adapter.tpcds.TpcdsSchema
 
tableMap - Variable in class org.apache.calcite.adapter.tpch.TpchSchema
 
THOUSAND - Static variable in class org.apache.calcite.adapter.os.FilesTableFunction
 
toString() - Method in class org.apache.calcite.adapter.os.Processes.ProcessFactory
 
TpcdsQueryableTable(TpcdsTable<E>) - Constructor for class org.apache.calcite.adapter.tpcds.TpcdsSchema.TpcdsQueryableTable
 
TpcdsSchema - Class in org.apache.calcite.adapter.tpcds
Schema that provides TPC-DS tables, populated according to a particular scale factor.
TpcdsSchema(double, int, int) - Constructor for class org.apache.calcite.adapter.tpcds.TpcdsSchema
 
TpcdsSchema.TpcdsQueryableTable<E extends net.hydromatic.tpcds.TpcdsEntity> - Class in org.apache.calcite.adapter.tpcds
Definition of a table in the TPC-DS schema.
TpcdsSchemaFactory - Class in org.apache.calcite.adapter.tpcds
Factory that creates a TpcdsSchema.
TpcdsSchemaFactory() - Constructor for class org.apache.calcite.adapter.tpcds.TpcdsSchemaFactory
 
tpcdsTable - Variable in class org.apache.calcite.adapter.tpcds.TpcdsSchema.TpcdsQueryableTable
 
TpchQueryableTable(TpchTable<E>) - Constructor for class org.apache.calcite.adapter.tpch.TpchSchema.TpchQueryableTable
 
TpchSchema - Class in org.apache.calcite.adapter.tpch
Schema that provides TPC-H tables, populated according to a particular scale factor.
TpchSchema(double, int, int, boolean) - Constructor for class org.apache.calcite.adapter.tpch.TpchSchema
 
TpchSchema.TpchQueryableTable<E extends io.airlift.tpch.TpchEntity> - Class in org.apache.calcite.adapter.tpch
Definition of a table in the TPC-H schema.
TpchSchemaFactory - Class in org.apache.calcite.adapter.tpch
Factory that creates a TpchSchema.
TpchSchemaFactory() - Constructor for class org.apache.calcite.adapter.tpch.TpchSchemaFactory
 
tpchTable - Variable in class org.apache.calcite.adapter.tpch.TpchSchema.TpchQueryableTable
 
TS_OFF - Static variable in class org.apache.calcite.adapter.os.GitCommitsTableFunction
An example of the timestamp + offset at the end of author and committer fields.

V

valueOf(String) - Static method in enum org.apache.calcite.adapter.os.SqlShell.Format
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.calcite.adapter.os.SqlShell.Format
Returns an array containing the constants of this enum type, in the order they are declared.
VmstatTableFunction - Class in org.apache.calcite.adapter.os
Table function that executes the OS "vmstat" command to share memory statistics.
VmstatTableFunction() - Constructor for class org.apache.calcite.adapter.os.VmstatTableFunction
 
A C D E F G H I M O P R S T V 
Skip navigation links

Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.