Uses of Class
edu.caltech.nanodb.functions.TableFunction
-
Packages that use TableFunction Package Description edu.caltech.nanodb.plannodes This package contains classes for representing query execution plans, as well as analyzing their costs. -
-
Uses of TableFunction in edu.caltech.nanodb.plannodes
Fields in edu.caltech.nanodb.plannodes declared as TableFunction Modifier and Type Field Description private TableFunction
TableFunctionScanNode. tableFunc
The table-returning function whose tuples will be output by this plan-node.Constructors in edu.caltech.nanodb.plannodes with parameters of type TableFunction Constructor Description TableFunctionScanNode(TableFunction tableFunc)
-