|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectorg.apache.spark.sql.sources.Filter
org.apache.spark.sql.sources.In
public class In
A filter that evaluates to true iff the attribute evaluates to one of the values in the array.
| Constructor Summary | |
|---|---|
In(String attribute,
Object[] values)
|
|
| Method Summary | |
|---|---|
String |
attribute()
|
Object[] |
values()
|
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface scala.Product |
|---|
productArity, productElement, productIterator, productPrefix |
| Methods inherited from interface scala.Equals |
|---|
canEqual, equals |
| Constructor Detail |
|---|
public In(String attribute,
Object[] values)
| Method Detail |
|---|
public String attribute()
public Object[] values()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||