Uses of Class
org.apache.druid.data.input.StringTuple
Packages that use StringTuple
-
Uses of StringTuple in org.apache.druid.data.input
Methods in org.apache.druid.data.input that return StringTupleMethods in org.apache.druid.data.input with parameters of type StringTupleModifier and TypeMethodDescriptionintStringTuple.compareTo(StringTuple that) static StringStringTuple.firstOrNull(StringTuple tuple) Gets the first String from the given StringTuple if the tuple is non-null and non-empty, null otherwise. -
Uses of StringTuple in org.apache.druid.timeline.partition
Fields in org.apache.druid.timeline.partition declared as StringTupleModifier and TypeFieldDescriptionprotected final StringTupleBaseDimensionRangeShardSpec.endprotected final StringTupleBaseDimensionRangeShardSpec.startMethods in org.apache.druid.timeline.partition that return StringTupleModifier and TypeMethodDescriptionDimensionRangeBucketShardSpec.getEnd()BuildingDimensionRangeShardSpec.getEndTuple()DimensionRangeShardSpec.getEndTuple()protected static StringTupleBaseDimensionRangeShardSpec.getInputRowTuple(List<String> dimensions, InputRow inputRow) DimensionRangeBucketShardSpec.getStart()BuildingDimensionRangeShardSpec.getStartTuple()DimensionRangeShardSpec.getStartTuple()Methods in org.apache.druid.timeline.partition that return types with arguments of type StringTupleMethods in org.apache.druid.timeline.partition with parameters of type StringTupleModifier and TypeMethodDescriptionstatic <T> StringPartitionChunk<T> StringPartitionChunk.make(StringTuple start, StringTuple end, int chunkNumber, T obj) Constructors in org.apache.druid.timeline.partition with parameters of type StringTupleModifierConstructorDescriptionprotectedBaseDimensionRangeShardSpec(List<String> dimensions, StringTuple start, StringTuple end) BuildingDimensionRangeShardSpec(int bucketId, List<String> dimensions, StringTuple start, StringTuple end, int partitionNum) DimensionRangeBucketShardSpec(int bucketId, List<String> dimensions, StringTuple start, StringTuple end) DimensionRangeShardSpec(List<String> dimensions, StringTuple start, StringTuple end, int partitionNum, Integer numCorePartitions) PartitionBoundaries(StringTuple... partitions)