public final class CSVReadFunction extends TableFunction
argsADD_PLAN_INFORMATION, DEFAULT_SQL_FLAGS, NO_CASTS, QUOTE_ONLY_WHEN_REQUIRED, REPLACE_LOBS_FOR_TRACE, TRACE_SQL_FLAGS| Constructor and Description |
|---|
CSVReadFunction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Get the name.
|
ResultInterface |
getValue(SessionLocal session)
Get a result with.
|
ResultInterface |
getValueTemplate(SessionLocal session)
Get an empty result with the column names set.
|
boolean |
isDeterministic()
Whether the function always returns the same result for the same
parameters.
|
void |
optimize(SessionLocal session)
Try to optimize this table function
|
addParameter, doneWithParameters, getSQLclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSQL, getTraceSQLpublic ResultInterface getValue(SessionLocal session)
TableFunctiongetValue in class TableFunctionsession - the sessionpublic void optimize(SessionLocal session)
TableFunctionoptimize in class TableFunctionsession - the sessionpublic ResultInterface getValueTemplate(SessionLocal session)
TableFunctiongetValueTemplate in class TableFunctionsession - the sessionpublic java.lang.String getName()
NamedExpressionpublic boolean isDeterministic()
TableFunctionisDeterministic in class TableFunction