Get the filter.
Set the filter.
TableFilter(object, value)TableFilter(object) <- value
# S4 method for ANY,missing
TableFilter(object)
# S4 method for .query,missing
TableFilter(object)
# S4 method for .query,ANY
TableFilter(object, value)
# S4 method for .query
TableFilter(object) <- value
The object to be coerced to a TableFilter or the query object to apply a table filter to.
The replacement table filter where object
is a query.
object = ANY,value = missing
: Coerce the given object into a table filter.
object = .query,value = missing
: Return the TableFilter that has been applied to the
given query.
object = .query,value = ANY
: Method to replace the table filter of a query
.query
: Method to replace the table filter of a query
Other query object functions: Dimensions
,
MaxResults
, Metrics
,
SamplingLevel
, SortBy
Other query object functions: Dimensions
,
MaxResults
, Metrics
,
SamplingLevel
, SortBy