Package types.basic.tbool
Class TBoolSeq
- All Implemented Interfaces:
Serializable
,TBool
,TemporalObject
Temporal boolean sequence class inherited from temporal sequence.
- Author:
- ARIJIT SAMAL
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate final String
private jnr.ffi.Pointer
private final TemporalType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjnr.ffi.Pointer
createInner
(jnr.ffi.Pointer inner) jnr.ffi.Pointer
createStringInner
(String str) jnr.ffi.Pointer
Methods inherited from class types.temporal.Temporal
_factory, append_instant, append_sequence, as_hexwkb, as_mfjson, as_mfjson, as_wkb, at, at_max, at_min, bounding_box, calculateDifference, calculateIntermediateDuration, contains, convertToTimestamp, copy, delete, duration, dyntimewarp_distance, end_instant, end_timestamp, eq, frechet_distance, from_hexwkb, from_merge, from_merge_array, from_wkb, getInner, greaterThan, greaterThanOrEqual, hash, hausdorff_distance, insert, insert, instant_n, instants, interpolation, is_adjacent, is_after, is_before, is_contained_in, is_over_or_after, is_over_or_before, is_same, is_temporally_adjacent, is_temporally_contained_in, lessThan, lessThanOrEqual, max_instant, merge, min_instant, minus, minus_max, minus_min, notEquals, num_instants, num_timestamps, overlaps, period, scale_time, segments, set_interpolation, shift_scale_time, shift_time, start_instant, start_timestamp, stops, temporal_precision, temporal_sample, temporal_simplify_dp, temporally_contains, temporally_overlaps, time, time_split, time_split_n, timespan, timestamp_n, timestamps, timestampToLocalDateTime, to_instant, to_sequence, to_sequenceset, toDataFrame, tstzspan, update, update, values
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface types.basic.tbool.TBool
always_eq, and, as_wkt, at, end_value, ever_eq, from_base_temporal, from_mfjson, invert, minus, neg, never_eq, or, start_value, temporal_and, temporal_and_bool, temporal_equal, temporal_not, temporal_not_equal, temporal_or, temporal_or_bool, to_string, value_at_timestamp, value_set, when_false, when_true
-
Field Details
-
inner
private jnr.ffi.Pointer inner -
customType
- See Also:
-
temporalType
-
-
Constructor Details
-
TBoolSeq
public TBoolSeq() -
TBoolSeq
public TBoolSeq(jnr.ffi.Pointer inner) Pointer constructor- Parameters:
inner
-
-
TBoolSeq
The string constructor- Parameters:
value
- - the string with the TBoolSeq value
-
TBoolSeq
The string and interpolation constructor- Parameters:
value
- - the string with the TBoolInst value
-
TBoolSeq
public TBoolSeq(List<String> list, boolean lower_inc, boolean upper_inc, int interpolation, boolean normalize) The string constructor
-
-
Method Details
-
createStringInner
- Specified by:
createStringInner
in classTSequence<Boolean>
-
createInner
public jnr.ffi.Pointer createInner(jnr.ffi.Pointer inner) - Specified by:
createInner
in classTSequence<Boolean>
-
getCustomType
- Specified by:
getCustomType
in interfaceTBool
- Specified by:
getCustomType
in classTemporal<Boolean>
-
getTemporalType
- Specified by:
getTemporalType
in interfaceTBool
- Specified by:
getTemporalType
in classTemporal<Boolean>
-
getBoolInner
public jnr.ffi.Pointer getBoolInner()- Specified by:
getBoolInner
in interfaceTBool
-