Class ColumnRangeFilter (2.43.0)
Stay organized with collections
Save and categorize content based on your preferences.
ColumnRangeFilter(*args,**kwargs)
A row filter to restrict to a range of columns.
Both the start and end column can be included or excluded in the range.
By default, we include them both, but this can be changed with optional
flags.
Parameters
Name
Description
column_family_id
str
The column family that contains the columns. Must be of the form <code>_a-zA-Z0-9][-_.a-zA-Z0-9]</code>*.
start_column
bytes
The start of the range of columns. If no value is used, the backend applies no upper bound to the values.
end_column
bytes
The end of the range of columns. If no value is used, the backend applies no upper bound to the values.
inclusive_start
bool
Boolean indicating if the start column should be included in the range (or excluded). Defaults to :data:True if start_column is passed and no inclusive_start was given.
inclusive_end
bool
Boolean indicating if the end column should be included in the range (or excluded). Defaults to :data:True if end_column is passed and no inclusive_end was given.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-08-25 UTC."],[],[]]