public class Tuples
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Tuples.DelayedValue
Similar to Value, but contains at least one NonTerminal, such as a non-pure functions or bind marker.
|
static class |
Tuples.InMarker
Represents a marker for a set of IN values that are tuples, like "SELECT ...
|
static class |
Tuples.INRaw
A raw marker for an IN list of tuples, like "SELECT ...
|
static class |
Tuples.InValue
A terminal value for a list of IN values that are tuples.
|
static class |
Tuples.Literal
A raw, literal tuple.
|
static class |
Tuples.Marker
{@code
Represents a marker for a single tuple, like "SELECT ...
|
static class |
Tuples.Raw
A raw placeholder for a tuple of values for different multiple columns, each of which may have a different type.
|
static class |
Tuples.Value
A tuple of terminal values (e.g (123, 'abc')).
|
Modifier and Type | Method and Description |
---|---|
static ColumnSpecification |
componentSpecOf(ColumnSpecification column,
int component) |
static java.lang.String |
tupleToString(java.util.List<?> items) |
public static ColumnSpecification componentSpecOf(ColumnSpecification column, int component)
public static java.lang.String tupleToString(java.util.List<?> items)
Copyright © 2017 The Apache Software Foundation