Uses of Interface
org.apache.calcite.linq4j.tree.Primitive.Source
-
Packages that use Primitive.Source Package Description org.apache.calcite.linq4j.tree Object model for Java expressions. -
-
Uses of Primitive.Source in org.apache.calcite.linq4j.tree
Methods in org.apache.calcite.linq4j.tree with parameters of type Primitive.Source Modifier and Type Method Description voidPrimitive. arrayItem(Primitive.Source source, Object dataSet, int ordinal)Reads value from a source into an array.voidPrimitive. send(Primitive.Source source, Primitive.Sink sink)Sends a value from a source to a sink.
-