Uses of Class
org.apache.cassandra.cql3.selection.Selector.InputRow
-
Packages that use Selector.InputRow Package Description org.apache.cassandra.cql3.selection -
-
Uses of Selector.InputRow in org.apache.cassandra.cql3.selection
Methods in org.apache.cassandra.cql3.selection with parameters of type Selector.InputRow Modifier and Type Method Description abstract voidSelector. addInput(ProtocolVersion protocolVersion, Selector.InputRow input)Add the current value from the specifiedResultSetBuilder.voidSimpleSelector. addInput(ProtocolVersion protocolVersion, Selector.InputRow input)voidTermSelector. addInput(ProtocolVersion protocolVersion, Selector.InputRow input)voidSelection.Selectors. addInputRow(Selector.InputRow input)Adds the current row of the specifiedResultSetBuilder.
-