public class VectorMapJoinDesc extends AbstractVectorDesc
Modifier and Type | Class and Description |
---|---|
static class |
VectorMapJoinDesc.HashTableImplementationType |
static class |
VectorMapJoinDesc.HashTableKeyType |
static class |
VectorMapJoinDesc.HashTableKind |
Constructor and Description |
---|
VectorMapJoinDesc() |
VectorMapJoinDesc(VectorMapJoinDesc clone) |
Modifier and Type | Method and Description |
---|---|
VectorMapJoinDesc.HashTableImplementationType |
hashTableImplementationType() |
VectorMapJoinDesc.HashTableKeyType |
hashTableKeyType() |
VectorMapJoinDesc.HashTableKind |
hashTableKind() |
boolean |
minMaxEnabled() |
void |
setHashTableImplementationType(VectorMapJoinDesc.HashTableImplementationType hashTableImplementationType) |
void |
setHashTableKeyType(VectorMapJoinDesc.HashTableKeyType hashTableKeyType) |
void |
setHashTableKind(VectorMapJoinDesc.HashTableKind hashTableKind) |
void |
setMinMaxEnabled(boolean minMaxEnabled) |
clone
public VectorMapJoinDesc()
public VectorMapJoinDesc(VectorMapJoinDesc clone)
public VectorMapJoinDesc.HashTableImplementationType hashTableImplementationType()
public void setHashTableImplementationType(VectorMapJoinDesc.HashTableImplementationType hashTableImplementationType)
public VectorMapJoinDesc.HashTableKind hashTableKind()
public void setHashTableKind(VectorMapJoinDesc.HashTableKind hashTableKind)
public VectorMapJoinDesc.HashTableKeyType hashTableKeyType()
public void setHashTableKeyType(VectorMapJoinDesc.HashTableKeyType hashTableKeyType)
public boolean minMaxEnabled()
public void setMinMaxEnabled(boolean minMaxEnabled)
Copyright © 2017 The Apache Software Foundation. All rights reserved.