BigqueryTableRangePartitioningRange class
Inner range block of range_partitioning. Half-open: start is
inclusive, end is exclusive. interval is the bucket width.
- Annotations
-
- @immutable
Constructors
-
BigqueryTableRangePartitioningRange({required TfArg<
int> start, required TfArg<int> end, required TfArg<int> interval}) -
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toArgMap(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited