Uses of Interface
com.google.bigtable.v2.ColumnRangeOrBuilder
-
Packages that use ColumnRangeOrBuilder Package Description com.google.bigtable.v2 -
-
Uses of ColumnRangeOrBuilder in com.google.bigtable.v2
Classes in com.google.bigtable.v2 that implement ColumnRangeOrBuilder Modifier and Type Class Description class
ColumnRange
Specifies a contiguous range of columns within a single column family.static class
ColumnRange.Builder
Specifies a contiguous range of columns within a single column family.Methods in com.google.bigtable.v2 that return ColumnRangeOrBuilder Modifier and Type Method Description ColumnRangeOrBuilder
RowFilter.Builder. getColumnRangeFilterOrBuilder()
Matches only cells from columns within the given range.ColumnRangeOrBuilder
RowFilter. getColumnRangeFilterOrBuilder()
Matches only cells from columns within the given range.ColumnRangeOrBuilder
RowFilterOrBuilder. getColumnRangeFilterOrBuilder()
Matches only cells from columns within the given range.
-