A C D E F G I J O P R S T V 

A

asQueryable(QueryProvider, SchemaPlus, String) - Method in class org.apache.calcite.adapter.csv.CsvTranslatableTable
 

C

copy(RelTraitSet, List<RelNode>) - Method in class org.apache.calcite.adapter.csv.CsvTableScan
 
create(SchemaPlus, String, Map<String, Object>) - Method in class org.apache.calcite.adapter.csv.CsvSchemaFactory
 
create(SchemaPlus, String, Map<String, Object>, RelDataType) - Method in class org.apache.calcite.adapter.csv.CsvTableFactory
 
CsvFilterableTable - Class in org.apache.calcite.adapter.csv
Table based on a CSV file that can implement simple filtering.
CsvProjectTableScanRule - Class in org.apache.calcite.adapter.csv
Planner rule that projects from a CsvTableScan scan just the columns needed to satisfy a projection.
CsvScannableTable - Class in org.apache.calcite.adapter.csv
Table based on a CSV file.
CsvSchema - Class in org.apache.calcite.adapter.csv
Schema mapped onto a directory of CSV files.
CsvSchema(File, CsvTable.Flavor) - Constructor for class org.apache.calcite.adapter.csv.CsvSchema
Creates a CSV schema.
CsvSchemaFactory - Class in org.apache.calcite.adapter.csv
Factory that creates a CsvSchema.
CsvSchemaFactory() - Constructor for class org.apache.calcite.adapter.csv.CsvSchemaFactory
 
CsvTable - Class in org.apache.calcite.adapter.csv
Base class for table that reads CSV files.
CsvTable.Flavor - Enum in org.apache.calcite.adapter.csv
Various degrees of table "intelligence".
CsvTableFactory - Class in org.apache.calcite.adapter.csv
Factory that creates a CsvTranslatableTable.
CsvTableFactory() - Constructor for class org.apache.calcite.adapter.csv.CsvTableFactory
 
CsvTableScan - Class in org.apache.calcite.adapter.csv
Relational expression representing a scan of a CSV file.
CsvTableScan(RelOptCluster, RelOptTable, CsvTranslatableTable, int[]) - Constructor for class org.apache.calcite.adapter.csv.CsvTableScan
 
CsvTranslatableTable - Class in org.apache.calcite.adapter.csv
Table based on a CSV file.

D

deriveRowType() - Method in class org.apache.calcite.adapter.csv.CsvTableScan
 

E

explainTerms(RelWriter) - Method in class org.apache.calcite.adapter.csv.CsvTableScan
 

F

fieldTypes - Variable in class org.apache.calcite.adapter.csv.CsvTable
 
file - Variable in class org.apache.calcite.adapter.csv.CsvTable
 

G

getElementType() - Method in class org.apache.calcite.adapter.csv.CsvTranslatableTable
 
getExpression(SchemaPlus, String, Class) - Method in class org.apache.calcite.adapter.csv.CsvTranslatableTable
 
getRowType(RelDataTypeFactory) - Method in class org.apache.calcite.adapter.csv.CsvTable
 
getRowType(RelDataTypeFactory) - Method in class org.apache.calcite.adapter.csv.JsonTable
 
getTableMap() - Method in class org.apache.calcite.adapter.csv.CsvSchema
 

I

implement(EnumerableRelImplementor, EnumerableRel.Prefer) - Method in class org.apache.calcite.adapter.csv.CsvTableScan
 
INSTANCE - Static variable in class org.apache.calcite.adapter.csv.CsvProjectTableScanRule
 

J

JsonTable - Class in org.apache.calcite.adapter.csv
Table based on a JSON file.

O

onMatch(RelOptRuleCall) - Method in class org.apache.calcite.adapter.csv.CsvProjectTableScanRule
 
org.apache.calcite.adapter.csv - package org.apache.calcite.adapter.csv
Calcite query provider that reads from CSV (comma-separated value) files.

P

project(int[]) - Method in class org.apache.calcite.adapter.csv.CsvTranslatableTable
Returns an enumerable over a given projection of the fields.

R

register(RelOptPlanner) - Method in class org.apache.calcite.adapter.csv.CsvTableScan
 

S

scan(DataContext, List<RexNode>) - Method in class org.apache.calcite.adapter.csv.CsvFilterableTable
 
scan(DataContext) - Method in class org.apache.calcite.adapter.csv.CsvScannableTable
 
scan(DataContext) - Method in class org.apache.calcite.adapter.csv.JsonTable
 

T

toRel(RelOptTable.ToRelContext, RelOptTable) - Method in class org.apache.calcite.adapter.csv.CsvTranslatableTable
 
toString() - Method in class org.apache.calcite.adapter.csv.CsvFilterableTable
 
toString() - Method in class org.apache.calcite.adapter.csv.CsvScannableTable
 
toString() - Method in class org.apache.calcite.adapter.csv.CsvTranslatableTable
 
toString() - Method in class org.apache.calcite.adapter.csv.JsonTable
 

V

valueOf(String) - Static method in enum org.apache.calcite.adapter.csv.CsvTable.Flavor
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.calcite.adapter.csv.CsvTable.Flavor
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G I J O P R S T V 

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