com.alipay.oceanbase.rpc.protocol.payload.impl.column.ObGeneratedColumnSubStrFunc Maven / Gradle / Ivy
/*-
* #%L
* OBKV Table Client Framework
* %%
* Copyright (C) 2021 OceanBase
* %%
* OBKV Table Client Framework is licensed under Mulan PSL v2.
* You can use this software according to the terms and conditions of the Mulan PSL v2.
* You may obtain a copy of Mulan PSL v2 at:
* http://license.coscl.org.cn/MulanPSL2
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
* EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* See the Mulan PSL v2 for more details.
* #L%
*/
package com.alipay.oceanbase.rpc.protocol.payload.impl.column;
import com.alipay.oceanbase.rpc.protocol.payload.impl.ObCollationType;
import com.alipay.oceanbase.rpc.util.Serialization;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import static com.google.common.base.Charsets.UTF_8;
public class ObGeneratedColumnSubStrFunc implements ObGeneratedColumnSimpleFunc {
private List refColumnNames = new ArrayList();
private int pos = 0;
private int len = Integer.MIN_VALUE;
/*
* Get pos.
*/
public int getPos() {
return pos;
}
/*
* Set pos.
*/
public void setPos(int pos) {
this.pos = pos;
}
/*
* Get len.
*/
public int getLen() {
return len;
}
/*
* Set len.
*/
public void setLen(int len) {
this.len = len;
}
/*
* Set parameters.
*/
@Override
public void setParameters(List