Class SourceTableInstructions
java.lang.Object
com.illumon.iris.db.v2.instructions.SourceTableInstructions
@Immutable public abstract class SourceTableInstructions extends Object
A contextual class to control the underlying behaviors of
source tables
. This can be used
to control the behaviors of different region types, for example Parquet and Deephaven regions. It can also
be used to control behaviors of the source table itself.-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SourceTableInstructions.Builder
-
Field Summary
Fields Modifier and Type Field Description static SourceTableInstructions
EMPTY
-
Constructor Summary
Constructors Constructor Description SourceTableInstructions()
-
Method Summary
Modifier and Type Method Description static SourceTableInstructions.Builder
builder()
SourceTableColumnInstructions
getInstructions(String column)
boolean
groupingDisabled()
-
Field Details
-
Constructor Details
-
SourceTableInstructions
public SourceTableInstructions()
-
-
Method Details
-
groupingDisabled
@Default public boolean groupingDisabled() -
builder
-
getInstructions
-