Uses of Interface
net.hydromatic.morel.foreign.CalciteFunctions.Arg
-
Packages that use CalciteFunctions.Arg Package Description net.hydromatic.morel.foreign Provides access to external data sources. -
-
Uses of CalciteFunctions.Arg in net.hydromatic.morel.foreign
Methods in net.hydromatic.morel.foreign that return CalciteFunctions.Arg Modifier and Type Method Description static CalciteFunctions.ArgCalciteFunctions.Arg. of(String name, Function<org.apache.calcite.rel.type.RelDataTypeFactory,org.apache.calcite.rel.type.RelDataType> protoType, org.apache.calcite.sql.type.SqlTypeFamily family, boolean optional)Methods in net.hydromatic.morel.foreign with parameters of type CalciteFunctions.Arg Modifier and Type Method Description static org.apache.calcite.sql.type.SqlOperandMetadataCalciteFunctions.Arg. metadata(CalciteFunctions.Arg... args)
-