Modifier and Type | Method and Description |
---|---|
<T0,T1,T2,T3> |
CsvReader.types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3)
Specifies the types for the CSV fields.
|
Modifier and Type | Method and Description |
---|---|
<T0,T1,T2,T3> |
ProjectOperator.Projection.projectTuple4()
|
<T0,T1,T2,T3> |
CrossOperator.CrossProjection.projectTuple4()
Projects a pair of crossed elements to a
Tuple with the previously selected
fields. |
Modifier and Type | Method and Description |
---|---|
Tuple4<T0,T1,T2,T3> |
Tuple4.copy()
Shallow tuple copy.
|
static <T0,T1,T2,T3> |
Tuple4.of(T0 f0,
T1 f1,
T2 f2,
T3 f3)
Creates a new tuple and assigns the given values to the tuple's fields.
|
Modifier and Type | Method and Description |
---|---|
Tuple4<T0,T1,T2,T3>[] |
Tuple4Builder.build() |
Modifier and Type | Class and Description |
---|---|
static class |
EnumTrianglesDataTypes.EdgeWithDegrees
A POJO storing two vertex IDs with degree.
|
Modifier and Type | Class and Description |
---|---|
static class |
TPCHQuery3.Lineitem
Lineitem.
|
static class |
TPCHQuery3.Order
Order.
|
static class |
TPCHQuery3.ShippingPriorityItem
ShippingPriorityItem.
|
Modifier and Type | Class and Description |
---|---|
static class |
Summarization.VertexGroupItem<K,VGV>
Represents a single vertex in a vertex group.
|
static class |
TriangleEnumerator.EdgeWithDegrees<K>
POJO storing two vertex IDs with degree.
|
Modifier and Type | Method and Description |
---|---|
<T0,T1,T2,T3> |
StreamProjection.projectTuple4()
Projects a
Tuple DataStream to the previously selected fields. |
Modifier and Type | Method and Description |
---|---|
void |
CarSource.run(SourceFunction.SourceContext<Tuple4<Integer,Integer,Double,Long>> ctx) |
Modifier and Type | Method and Description |
---|---|
Tuple4<ObjectIdentifier,QueryOperation,Map<String,String>,Boolean> |
HiveParserDMLHelper.createInsertOperationInfo(org.apache.calcite.rel.RelNode queryRelNode,
org.apache.hadoop.hive.ql.metadata.Table destTable,
Map<String,String> staticPartSpec,
List<String> destSchema,
boolean overwrite) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.